]> www.vanbest.org Git - sasc-ng.git/commitdiff
Patch to use LDFLAGS in upstream makefile
authorJan-Pascal van Best <janpascal@vanbest.org>
Fri, 29 Mar 2013 08:20:50 +0000 (09:20 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Fri, 29 Mar 2013 08:20:50 +0000 (09:20 +0100)
contrib/sasc-ng/Makefile

index aacd5987be8178acf4b830f2eb4d0b06a616a50e..9c14bd1a6e1756fcf6c79855178bb3b954560405 100644 (file)
@@ -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