diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 10:18:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 10:18:39 +0000 |
commit | 6d6d1f15083b22b5a0ba0b48fe14643500ac8fb8 (patch) | |
tree | 64c459eac064407a949dec4caa1dbf295d6f6434 /package/keynote/Makefile | |
parent | 4ebd9b0e6c18ba7d47e6993d5970270661cce2c3 (diff) | |
download | upstream-6d6d1f15083b22b5a0ba0b48fe14643500ac8fb8.tar.gz upstream-6d6d1f15083b22b5a0ba0b48fe14643500ac8fb8.tar.bz2 upstream-6d6d1f15083b22b5a0ba0b48fe14643500ac8fb8.zip |
keynote: fix cflags
SVN-Revision: 8265
Diffstat (limited to 'package/keynote/Makefile')
-rw-r--r-- | package/keynote/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 8bec6e7725..787c19deb7 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -35,6 +35,9 @@ CONFIGURE_ARGS += \ --enable-static \ --enable-shared +MAKE_FLAGS += \ + CFLAGS="$(TARGET_CFLAGS)" + define Build/InstallDev mkdir -p $(STAGING_DIR)/usr/include/keynote $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/keynote/ |