diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:34:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:34:57 +0000 |
commit | d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6 (patch) | |
tree | 1c89b5d49f389d2b7c55d38ca165c6c16f184aa2 /package/keynote | |
parent | 7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf (diff) | |
download | upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.tar.gz upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.tar.bz2 upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.zip |
various configure related cleanups
SVN-Revision: 6372
Diffstat (limited to 'package/keynote')
-rw-r--r-- | package/keynote/Makefile | 9 |
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, \ |