diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-23 10:02:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-23 10:10:09 +0000 |
commit | 83d6bfc645b3307b452740c9b467a73b58daa2f3 (patch) | |
tree | 42cbc1c5f74ea09b7307b3be672ce67025352285 /main/openssl | |
parent | 46b8cfa32eb69dc9f510646ceffaeed0c8503ef1 (diff) | |
download | aports-83d6bfc645b3307b452740c9b467a73b58daa2f3.tar.bz2 aports-83d6bfc645b3307b452740c9b467a73b58daa2f3.tar.xz |
main/openssl: specify libdir
so we avoid /usr/lib64 on x86_64
Diffstat (limited to 'main/openssl')
-rw-r--r-- | main/openssl/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index a33276a3e8..4b4220f6f6 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -33,6 +33,7 @@ prepare() { build() { cd "$_builddir" ./config --prefix=/usr \ + --libdir=lib \ --openssldir=/etc/ssl \ shared zlib enable-montasm enable-md2 \ -Wa,--noexecstack \ |