From: Felix Fietkau Date: Sun, 21 Jan 2007 23:42:09 +0000 (+0000) Subject: fix keynote compile X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a8d3710e9ce270ab88463ed938e1ef4c015d3ae2;p=openwrt%2Fstaging%2Fflorian.git fix keynote compile SVN-Revision: 6165 --- diff --git a/package/keynote/Makefile b/package/keynote/Makefile index ed4d4f020b..264f163219 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -42,7 +42,11 @@ define Build/Configure ) endef -EXTRA_CFLAGS += $(EXTRA_LDFLAGS) +define Build/Compile + $(call Build/Compile/Default, \ + LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto" \ + ) +endef define Build/InstallDev mkdir -p $(STAGING_DIR)/usr/include