projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix keynote compile
[openwrt.git]
/
package
/
keynote
/
Makefile
diff --git
a/package/keynote/Makefile
b/package/keynote/Makefile
index
5793004
..
264f163
100644
(file)
--- 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
This page took
0.01951 seconds
and
4
git commands to generate.