fix keynote compile
[openwrt.git] / package / keynote / Makefile
index 579300407bc7edc94b3942ee88a1a11c357afcc7..264f16321938f79c27588554e69c730899a0901f 100644 (file)
@@ -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