From: Jan-Pascal van Best Date: Fri, 29 Mar 2013 08:20:50 +0000 (+0100) Subject: Patch to use LDFLAGS in upstream makefile X-Git-Tag: debian/620-11~3 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=3b0475cb283712eb6a86e9e00b5a6cbcef32d149;p=sasc-ng.git Patch to use LDFLAGS in upstream makefile --- diff --git a/contrib/sasc-ng/Makefile b/contrib/sasc-ng/Makefile index aacd598..9c14bd1 100644 --- a/contrib/sasc-ng/Makefile +++ b/contrib/sasc-ng/Makefile @@ -62,7 +62,7 @@ LIBS = -lpthread -lcrypto -lcrypt all: $(TOOL) libscanwrap.so $(TOOL): $(OBJS) | sc-plugin - $(CXX) $(CFLAGS) -o $(TOOL) $(SCLIBS) $(OBJS) $(LIBS) + $(CXX) $(CFLAGS) -o $(TOOL) $(SCLIBS) $(OBJS) $(LIBS) $(LDFLAGS) libscanwrap.so: dvblb_plugins/scanwrap.c $(CC) -fPIC -g -O2 -Wall -I. -nostdlib -shared -o $@ $< -ldl -lc