fix keynote compile
[openwrt.git] / package / keynote / Makefile
index 5793004..264f163 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
 
This page took 0.01951 seconds and 4 git commands to generate.