1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_remove_error2.dpatch by <paul@nfg.nl>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad libsieve-2.1.6/src/sv_interface/Makefile.am /tmp/dpep.Oj6JwH/libsieve-2.1.6/src/sv_interface/Makefile.am
--- libsieve-2.1.6/src/sv_interface/Makefile.am 2004-11-23 07:04:17.000000000 +0100
+++ /tmp/dpep.Oj6JwH/libsieve-2.1.6/src/sv_interface/Makefile.am 2005-03-09 12:05:00.000000000 +0100
@@ -11,5 +11,5 @@
CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_rsamd5 -I$(top_srcdir)/sv_include -g $(DEBUG) $(REGEX)
noinst_LTLIBRARIES = libinterface.la
-libinterface_la_SOURCES = interp.c message.c message2.c script.c script2.c tree.c error2.c
+libinterface_la_SOURCES = interp.c message.c message2.c script.c script2.c tree.c
libinterface_la_LDFLAGS = -no-undefined
|