diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-29 20:31:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-29 20:31:48 +0000 |
commit | 1b03fd0720b1fa66b637b502c43b3fac7919ea05 (patch) | |
tree | 00fdc53078ba9f4509eefb607df6d0b631d498bb /package/keynote | |
parent | 0bc6dad330f8d3e6550adfcae2147b38e3d13e11 (diff) |
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/keynote')
-rw-r--r-- | package/keynote/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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/ |