summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch')
-rw-r--r--net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch b/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch
new file mode 100644
index 000000000000..45f7644f92b0
--- /dev/null
+++ b/net-misc/udpxy/files/udpxy-1.0.21.2-LDFLAGS.patch
@@ -0,0 +1,11 @@
+--- Makefile.orig 2012-03-02 16:10:33.127036949 +0400
++++ Makefile 2012-03-02 16:10:35.873002619 +0400
+@@ -169,7 +169,7 @@
+
+ $(EXEC) : $(DEPFILE) $(OBJ)
+ @rm -f $(EXEC)
+- $(CC) $(CFLAGS) $(COPT) -o $(EXEC) $(OBJ)
++ $(CC) $(CFLAGS) $(COPT) -o $(EXEC) $(OBJ) $(LDFLAGS)
+ @ls -l $(EXEC)
+ ifneq (yes, $(NO_UDPXREC))
+ @rm -f $(UDPXREC)