summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-09-17 18:24:09 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-09-17 18:24:09 +0000
commitcd9405c026abc0e98762bb25dc633c854e02a204 (patch)
tree0731e5dc41d8a0c126ecca0bafab53071a4849aa /mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
parentmy openscad ebuild is obsolete (diff)
downloadgentoo-overlay-cd9405c026abc0e98762bb25dc633c854e02a204.tar.gz
gentoo-overlay-cd9405c026abc0e98762bb25dc633c854e02a204.tar.bz2
gentoo-overlay-cd9405c026abc0e98762bb25dc633c854e02a204.zip
bump netqmail
Diffstat (limited to 'mail-mta/netqmail/files/genqmail-20080406-ldflags.patch')
-rw-r--r--mail-mta/netqmail/files/genqmail-20080406-ldflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch b/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
new file mode 100644
index 0000000..1eb334c
--- /dev/null
+++ b/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
@@ -0,0 +1,13 @@
+diff -Nuar genqmail-20080406.orig/spp/Makefile genqmail-20080406/spp/Makefile
+--- genqmail-20080406.orig/spp/Makefile 2008-04-06 15:44:14.000000000 +0000
++++ genqmail-20080406/spp/Makefile 2013-05-27 00:37:58.687763457 +0000
+@@ -14,7 +14,7 @@
+ rm -f $(TARGETS)
+
+ $(RESOLV_OBJS):
+- $(CC) $(CFLAGS) -o $@ $@.c -lresolv
++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.c -lresolv
+
+ $(SIMPLE_OBJS):
+- $(CC) $(CFLAGS) -o $@ $@.c
++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.c