From d683fb937c956bc5bb9bb53292ae582535af89a8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 25 Jun 2011 17:32:08 +0000 Subject: We no longer need pywrap svn path=/configure; revision=3899 --- openssl/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openssl') 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 -- cgit v1.2.3