From b437ffce4103fb116a27506fe3d21e91031b59bf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Sep 2014 08:02:10 +0000 Subject: main/aiccu: moved from testing --- testing/aiccu/fix_linking.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 testing/aiccu/fix_linking.patch (limited to 'testing/aiccu/fix_linking.patch') diff --git a/testing/aiccu/fix_linking.patch b/testing/aiccu/fix_linking.patch deleted file mode 100644 index 100220149b..0000000000 --- a/testing/aiccu/fix_linking.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/unix-console/Makefile -+++ b/unix-console/Makefile -@@ -42,7 +42,7 @@ - # Currently defaultly builds only on Linux, but other platforms might easily also support it - ifeq ($(shell uname | grep -c "Linux"),1) - CFLAGS += -D AICCU_GNUTLS --LDFLAGS += -lgnutls -+LIBS += -lgnutls - endif - - # Linux -@@ -50,7 +50,7 @@ - CFLAGS += -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" - SRCS += ../common/aiccu_linux.c - OBJS += ../common/aiccu_linux.o --LDFLAGS += -lpthread -lresolv -+LIBS += -lpthread -lresolv - endif - - # FreeBSD -@@ -144,7 +144,7 @@ - all: aiccu - - aiccu: $(OBJS) ${SRCS} ${INCS} -- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) - ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) - ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1) - strip $@ -- cgit v1.2.3