]> www.vanbest.org Git - sasc-ng.git/commitdiff
Revert "Patch to use LDFLAGS in upstream makefile"
authorJan-Pascal van Best <janpascal@vanbest.org>
Fri, 29 Mar 2013 08:23:21 +0000 (09:23 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Fri, 29 Mar 2013 08:23:21 +0000 (09:23 +0100)
This reverts commit 3b0475cb283712eb6a86e9e00b5a6cbcef32d149.

contrib/sasc-ng/Makefile

index 9c14bd1a6e1756fcf6c79855178bb3b954560405..aacd5987be8178acf4b830f2eb4d0b06a616a50e 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) $(LDFLAGS)
+       $(CXX) $(CFLAGS) -o $(TOOL) $(SCLIBS) $(OBJS) $(LIBS)
 
 libscanwrap.so: dvblb_plugins/scanwrap.c
        $(CC) -fPIC -g -O2 -Wall -I. -nostdlib -shared -o $@ $< -ldl  -lc