aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-29 20:31:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-29 20:31:48 +0000
commitdea1fa08ea1eff44d96a714af612fdb76443bbf0 (patch)
tree00fdc53078ba9f4509eefb607df6d0b631d498bb /package
parent4541e04506df6d0ec5a00c2751306e08392a029f (diff)
downloadmaster-187ad058-dea1fa08ea1eff44d96a714af612fdb76443bbf0.tar.gz
master-187ad058-dea1fa08ea1eff44d96a714af612fdb76443bbf0.tar.bz2
master-187ad058-dea1fa08ea1eff44d96a714af612fdb76443bbf0.zip
replace cflags hacks with the correct solution
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10031 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ipsec-tools/Makefile2
-rw-r--r--package/keynote/Makefile2
2 files changed, 0 insertions, 4 deletions
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/