aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptstate/iptstate/iptstate-use-ldflags.patch
blob: 692fd8cce3c23a981128b94905ef6ae432c3a366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: iptstate-2.2.2/Makefile
===================================================================
--- iptstate-2.2.2.orig/Makefile
+++ iptstate-2.2.2/Makefile
@@ -45,7 +45,7 @@ iptstate: iptstate.cc Makefile
 	echo "+------------------------------------------------------------+" ;\
 	echo "";
 
-	$(CXX) $(CXXFLAGS) $(CXXFILES) -o iptstate $(LIBS) $(CPPFLAGS)
+	$(CXX) $(CXXFLAGS) $(CXXFILES) $(LDFLAGS) -o iptstate $(LIBS) $(CPPFLAGS)
 	@touch iptstate
 
 	@\