summaryrefslogtreecommitdiffstats
path: root/package/keynote
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-25 23:34:57 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-25 23:34:57 +0000
commitddc47d62f9bb0666edde40775077bdbfc428880a (patch)
tree37a6bd21ea38d5a64e5693107dc37894c00daa48 /package/keynote
parente8a64771285ade13184005b65d0e2d5ced596963 (diff)
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 264f16321..9d97a96ca 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, \