From: Simon Schubert <2@0x2c.org> Date: Thu, 28 Oct 2010 21:01:37 +0000 (+0200) Subject: drop 30-ldflags.patch: already applied X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d67caa75c1245bb53887a0dd210fad702e797c5;p=people%2Fms%2Fdma.git drop 30-ldflags.patch: already applied --- diff --git a/debian/patches/30-ldflags.patch b/debian/patches/30-ldflags.patch deleted file mode 100644 index 3fc20f2..0000000 --- a/debian/patches/30-ldflags.patch +++ /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 -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}