replace cflags hacks with the correct solution

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10031 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2007-12-29 20:31:48 +00:00
parent 4541e04506
commit dea1fa08ea
10 changed files with 8 additions and 12 deletions

View File

@@ -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 \

View File

@@ -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/