diff --git a/aiccu-cflags.patch b/aiccu-cflags.patch deleted file mode 100644 index 78b9778..0000000 --- a/aiccu-cflags.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urNp --exclude-from=/home/mdomsch/excludes --minimal aiccu.orig/Makefile aiccu/Makefile ---- aiccu.orig/Makefile 2006-06-28 13:30:33.000000000 -0500 -+++ aiccu/Makefile 2006-06-28 13:38:58.000000000 -0500 -@@ -61,6 +61,7 @@ export dirbin - export diretc - export dirdoc - export RPM_OPT_FLAGS -+export CFLAGS - - #################### - ## Makefile Targets -diff -urNp --exclude-from=/home/mdomsch/excludes --minimal aiccu.orig/unix-console/Makefile aiccu/unix-console/Makefile ---- aiccu.orig/unix-console/Makefile 2006-06-28 13:30:33.000000000 -0500 -+++ aiccu/unix-console/Makefile 2006-06-28 13:40:44.000000000 -0500 -@@ -15,7 +15,8 @@ INCS = ../common/aiccu.h ../common/hash_ - OBJS = main.o ../common/aiccu.o ../common/hash_md5.o ../common/hash_sha1.o ../common/common.o ../common/heartbeat.o ../common/tic.o ../common/ayiya.o ../common/aiccu_test.o - CWARNS = -pedantic -W -Wall -Wshadow -Wcast-align - #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0 --CFLAGS += $(CWARNS) -D_GNU_SOURCE -O3 -+#CFLAGS += $(CWARNS) -D_GNU_SOURCE -O3 -+CFLAGS += $(CWARNS) -D_GNU_SOURCE - CC = gcc - RM = rm - diff --git a/aiccu-chkconfig.patch b/aiccu-chkconfig.patch deleted file mode 100644 index 4b616ef..0000000 --- a/aiccu-chkconfig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- aiccu.orig/doc/aiccu.init.rpm 2006-06-28 08:24:59.000000000 -0500 -+++ aiccu/doc/aiccu.init.rpm 2006-06-28 08:25:59.000000000 -0500 -@@ -6,7 +6,7 @@ - # description: hearbeat daemon for IPv6-in-IPv4 (Proto-41, AYIYA, Tinc) tunnels - # pidfile: /var/run/aiccu.pid - # config: /etc/aiccu.conf --# chkconfig: 345 15 85 -+# chkconfig: - 59 73 - # processname: aiccu - - # Source function library. diff --git a/aiccu-no-strip.patch b/aiccu-no-strip.patch deleted file mode 100644 index dd4ace7..0000000 --- a/aiccu-no-strip.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- aiccu.orig/unix-console/Makefile 2006-06-28 08:24:59.000000000 -0500 -+++ aiccu/unix-console/Makefile 2006-06-28 08:26:48.000000000 -0500 -@@ -86,9 +86,6 @@ - - aiccu: $(OBJS) ${INCS} - $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS); --ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) -- strip $@ --endif - - clean: - $(RM) -f $(OBJS) aiccu