summaryrefslogtreecommitdiff
path: root/repo/core/openssl.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/openssl.xibuild')
-rw-r--r--repo/core/openssl.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild
index a1cdca0..8e9b8cd 100644
--- a/repo/core/openssl.xibuild
+++ b/repo/core/openssl.xibuild
@@ -6,7 +6,7 @@ SOURCE=https://github.com/openssl/openssl
DESC="The open source management tools and libraries for cryptography"
build () {
- ./configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic
+ ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic
make
make MANSUFFIX=ssl DESTDIR=$PKG_DEST install
}