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