From dea1fa08ea1eff44d96a714af612fdb76443bbf0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 29 Dec 2007 20:31:48 +0000 Subject: replace cflags hacks with the correct solution git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10031 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipsec-tools/Makefile | 2 -- package/keynote/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'package') diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 08c6c92023..0f24ae12ee 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -42,8 +42,6 @@ CONFIGURE_ARGS += \ --enable-adminport \ --enable-ipv6 -TARGET_CFLAGS += -Dbcopy=memmove -Dindex\(s,c\)=strchr\(s,c\) - define Build/Configure (cd $(PKG_BUILD_DIR); touch \ configure.ac \ diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 56bbeb0e58..5b27257b4a 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -40,8 +40,6 @@ CONFIGURE_ARGS += \ MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS)" -TARGET_CFLAGS += -Dbcopy=memmove -Dindex\(s,c\)=strchr\(s,c\) - define Build/InstallDev mkdir -p $(1)/usr/include/keynote $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(1)/usr/include/keynote/ -- cgit v1.2.3