diff options
Diffstat (limited to 'net-misc/aiccu/files/aiccu-2007.01.15-as-needed.patch')
-rw-r--r-- | net-misc/aiccu/files/aiccu-2007.01.15-as-needed.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/aiccu/files/aiccu-2007.01.15-as-needed.patch b/net-misc/aiccu/files/aiccu-2007.01.15-as-needed.patch new file mode 100644 index 000000000000..36fbc3bfac1e --- /dev/null +++ b/net-misc/aiccu/files/aiccu-2007.01.15-as-needed.patch @@ -0,0 +1,13 @@ +Index: aiccu/unix-console/Makefile +=================================================================== +--- aiccu.orig/unix-console/Makefile ++++ aiccu/unix-console/Makefile +@@ -144,7 +144,7 @@ endif + all: aiccu + + aiccu: $(OBJS) ${SRCS} ${INCS} +- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) ++ $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@ + ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) + ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1) + strip $@ |