]> git.ipfire.org Git - people/ms/dma.git/commitdiff
drop 30-ldflags.patch: already applied
authorSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 21:01:37 +0000 (23:01 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 21:01:37 +0000 (23:01 +0200)
debian/patches/30-ldflags.patch [deleted file]

diff --git a/debian/patches/30-ldflags.patch b/debian/patches/30-ldflags.patch
deleted file mode 100644 (file)
index 3fc20f2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Honor LDFLAGS if specified in the environment.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: yes
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-21
-
---- a/Makefile.plain
-+++ b/Makefile.plain
-@@ -48,4 +48,4 @@
-       ${CC} ${CFLAGS} ${CPPFLAGS} -include dfcompat.h -o $@ -c $<
- dma: ${OBJS}
--      ${CC} ${LDADD} -o $@ ${OBJS}
-+      ${CC} ${LDFLAGS} ${LDADD} -o $@ ${OBJS}