summaryrefslogtreecommitdiff
path: root/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
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, 0 insertions, 13 deletions
diff --git a/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch b/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
deleted file mode 100644
index cfd27cbb8280..000000000000
--- a/mail-mta/netqmail/files/genqmail-20080406-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nuar genqmail-20080406.orig/spp/Makefile genqmail-20080406/spp/Makefile
---- a/genqmail-20080406/spp/Makefile 2008-04-06 15:44:14.000000000 +0000
-+++ b/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