projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
keynote
/
Makefile
diff --git
a/package/keynote/Makefile
b/package/keynote/Makefile
index
5793004
..
9d97a96
100644
(file)
--- a/
package/keynote/Makefile
+++ b/
package/keynote/Makefile
@@
-35,16
+35,13
@@
define Package/keynote
URL:=http://www1.cs.columbia.edu/~angelos/keynote.html
endef
URL:=http://www1.cs.columbia.edu/~angelos/keynote.html
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --enable-static \
- --enable-shared \
- )
-endef
+CONFIGURE_ARGS += \
+ --enable-static \
+ --enable-shared
define Build/Compile
$(call Build/Compile/Default, \
define Build/Compile
$(call Build/Compile/Default, \
-
CFLAGS="\$$$$(EXTRA_CFLAGS) \$$$$(EXTRA_LDFLAGS)
" \
+
LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto
" \
)
endef
)
endef
This page took
0.021409 seconds
and
4
git commands to generate.