diff options
Diffstat (limited to 'package/keynote/Makefile')
-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, \ |