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
38f1f69
..
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
@@
-61,7
+58,7
@@
define Build/UninstallDev
endef
define Package/keynote/install
endef
define Package/keynote/install
-
install -d -m0755
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/
endef
$(CP) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/
endef
This page took
0.025163 seconds
and
4
git commands to generate.