diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-29 23:28:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-29 23:28:29 +0000 |
commit | 0ab93d5e0fe55b22704a264ff572af598b3e632e (patch) | |
tree | b05b14ab3b54ef78e6a043bd0645302b55912905 /openssl | |
parent | e246518ca96404e443bbbbdcf4d078243451a27d (diff) |
Try to use autoconf to save us from shared libraries if it can
svn path=/configure; revision=3584
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index c5a92549..ee17ba7d 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -21,7 +21,7 @@ OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = @abs_builddir@/openssl -OPTIONS = enable-rfc3779 enable-cms no-dso enable-shared --prefix=${OPENSSL_BUILD_DIRECTORY} +OPTIONS = enable-rfc3779 enable-cms no-dso @OPENSSL_SHARED_LIBRARIES@ --prefix=${OPENSSL_BUILD_DIRECTORY} all: openssl-${VERSION}/Makefile cd openssl-${VERSION}; ${MAKE} $@ LIBRPATH=${OPENSSL_BUILD_DIRECTORY} |