From ddc47d62f9bb0666edde40775077bdbfc428880a Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 25 Feb 2007 23:34:57 +0000 Subject: various configure related cleanups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/keynote/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'package/keynote') 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, \ -- cgit v1.2.3