From 61b9d251a7b183a526fbd749a6969f110be9c7b0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 22 Nov 2010 13:08:47 +0000 Subject: Tweak to work on FreeBSD, now have to retest other platforms svn path=/pow/pywrap/Makefile.in; revision=3559 --- pow/pywrap/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pow') diff --git a/pow/pywrap/Makefile.in b/pow/pywrap/Makefile.in index 8370451a..b1969a05 100644 --- a/pow/pywrap/Makefile.in +++ b/pow/pywrap/Makefile.in @@ -3,12 +3,12 @@ OPENSSL_BUILD_DIRECTORY = @abs_top_builddir@/openssl/openssl CC=gcc CFLAGS=`python-config --cflags` LDFLAGS=-Wl,-rpath,$(OPENSSL_BUILD_DIRECTORY) -L$(OPENSSL_BUILD_DIRECTORY) -LIBS=-lcrypto -lssl `python-config --libs` +LIBS=-lcrypto -lssl `python-config --ldflags` all: python python: python.o - $(CC) $(LDFLAGS) -o $@ $< $(LIBS) + $(CC) $(LDFLAGS) -o $@ $? $(LIBS) clean: rm -f *.o python -- cgit v1.2.3