diff options
author | Rob Austein <sra@hactrn.net> | 2011-06-25 17:32:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-06-25 17:32:08 +0000 |
commit | d683fb937c956bc5bb9bb53292ae582535af89a8 (patch) | |
tree | e08ded17dfd6991bc38615788ade3e4f426f1716 /openssl | |
parent | 149084d9eeffcf262b3cefe7020b2bbcf67880c7 (diff) |
We no longer need pywrap
svn path=/configure; revision=3899
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 8068475b..cfe0c9aa 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -5,7 +5,6 @@ VERSION = 1.0.0d OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ OPENSSL_BUILD_DIRECTORY = ${abs_builddir}/openssl OPENSSL_SO_GLOB = @OPENSSL_SO_GLOB@ -PYWRAP_LIBDIR = @PYWRAP_LIBDIR@ abs_top_srcdir = @abs_top_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -27,7 +26,7 @@ OPTIONS = enable-rfc3779 enable-cms no-dso shared --prefix=${prefix} all: build_libs build_apps build_tests build_tools build_symlink build_libs: openssl-${VERSION}/Makefile - cd openssl-${VERSION}; ${MAKE} build_libs LIBRPATH=${PYWRAP_LIBDIR} + cd openssl-${VERSION}; ${MAKE} build_libs build_apps: openssl-${VERSION}/apps/openssl |