summaryrefslogtreecommitdiffstats
path: root/base/openssl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/openssl/Pkgfile')
-rwxr-xr-xbase/openssl/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/openssl/Pkgfile b/base/openssl/Pkgfile
index 72a8894fc..766b1753f 100755
--- a/base/openssl/Pkgfile
+++ b/base/openssl/Pkgfile
@@ -18,7 +18,7 @@ build() {
patch -p0 -i ../openssl-1.0.0c-ca-dir.patch
./config --prefix=/usr \
--openssldir=/etc/ssl \
- --libdir=lib \
+ --libdir=/lib \
shared zlib enable-md2 -Wa,--noexecstack
make
make INSTALL_PREFIX=$PKG MANDIR=/usr/share/man MANSUFFIX=ssl install