From db6afd9e695971ce4ddb7cc9ae961f1945d9893a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 22 Oct 2012 23:52:21 +0300 Subject: Use user $LDFLAGS. --- src/libwebvi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libwebvi') diff --git a/src/libwebvi/Makefile b/src/libwebvi/Makefile index 47d5826..c3cc999 100644 --- a/src/libwebvi/Makefile +++ b/src/libwebvi/Makefile @@ -16,7 +16,7 @@ libwebvi.o: libwebvi.c libwebvi.h $(CC) -fPIC -Wall -O2 -g $(CFLAGS) $(DEFINES) `python-config --cflags` -c -o libwebvi.o libwebvi.c $(LIBMINOR): libwebvi.o - $(CC) -shared -Wl,-soname,$(LIBSONAME) -Wl,--as-needed libwebvi.o `python-config --ldflags` -o $(LIBMINOR) + $(CC) -shared -Wl,-soname,$(LIBSONAME) -Wl,--as-needed libwebvi.o `python-config --ldflags` $(LDFLAGS) -o $(LIBMINOR) ln -sf $(LIBMINOR) $(LIBSONAME) ln -sf $(LIBSONAME) $(LIBNAME) -- cgit v1.2.3