X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8afb23270d23db6a033ba8fb77e1cf1a1d925a7c..08243325ff7ff755779e90597d0b7c630dca4b48:/package/keynote/Makefile?ds=inline diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 38f1f6901..264f16321 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -44,7 +44,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="\$$$$(EXTRA_CFLAGS) \$$$$(EXTRA_LDFLAGS)" \ + LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto" \ ) endef @@ -61,7 +61,7 @@ define Build/UninstallDev endef define Package/keynote/install - install -d -m0755 $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/ endef