keynote: fix cflags
SVN-Revision: 8265
This commit is contained in:
parent
4ebd9b0e6c
commit
6d6d1f1508
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ CONFIGURE_ARGS += \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared
|
--enable-shared
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(STAGING_DIR)/usr/include/keynote
|
mkdir -p $(STAGING_DIR)/usr/include/keynote
|
||||||
$(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/keynote/
|
$(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/keynote/
|
||||||
|
|
Loading…
Reference in a new issue