diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 19:19:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 19:19:22 +0000 |
commit | 4541e04506df6d0ec5a00c2751306e08392a029f (patch) | |
tree | c80fbc505b62681e6450af0ad2eee0f08f8f37fb /package | |
parent | 447354a8fbebae3fe061acd44c924406178c4544 (diff) | |
download | upstream-4541e04506df6d0ec5a00c2751306e08392a029f.tar.gz upstream-4541e04506df6d0ec5a00c2751306e08392a029f.tar.bz2 upstream-4541e04506df6d0ec5a00c2751306e08392a029f.zip |
fix keynote compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/keynote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 5b27257b4a..56bbeb0e58 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -40,6 +40,8 @@ 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/ |