aboutsummaryrefslogtreecommitdiffstats
path: root/package/keynote
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 23:34:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 23:34:57 +0000
commit8061e38403e95d03304107d615628519d6d5a9a4 (patch)
tree37a6bd21ea38d5a64e5693107dc37894c00daa48 /package/keynote
parent3b0e390c1c63aba96b93fe63acf3d0a31919b202 (diff)
downloadupstream-8061e38403e95d03304107d615628519d6d5a9a4.tar.gz
upstream-8061e38403e95d03304107d615628519d6d5a9a4.tar.bz2
upstream-8061e38403e95d03304107d615628519d6d5a9a4.zip
various configure related cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote')
-rw-r--r--package/keynote/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile
index 264f163219..9d97a96ca1 100644
--- a/package/keynote/Makefile
+++ b/package/keynote/Makefile
@@ -35,12 +35,9 @@ define Package/keynote
URL:=http://www1.cs.columbia.edu/~angelos/keynote.html
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --enable-static \
- --enable-shared \
- )
-endef
+CONFIGURE_ARGS += \
+ --enable-static \
+ --enable-shared
define Build/Compile
$(call Build/Compile/Default, \