fix keynote compile
SVN-Revision: 10030
This commit is contained in:
parent
4cf73979de
commit
ad0da135fd
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue