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
/
gmp
/
Makefile
diff --git
a/package/gmp/Makefile
b/package/gmp/Makefile
index
1470ead
..
fa916f0
100644
(file)
--- a/
package/gmp/Makefile
+++ b/
package/gmp/Makefile
@@
-29,13
+29,10
@@
define Package/libgmp
URL:=http://www.swox.com/gmp/
endef
URL:=http://www.swox.com/gmp/
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --enable-shared \
- --enable-static, \
- CC="$(TARGET_CROSS)gcc" \
- )
-endef
+CONFIGURE_VARS += CC="$(TARGET_CROSS)gcc"
+CONFIGURE_ARGS += \
+ --enable-shared \
+ --enable-static \
define Build/Compile
$(call Build/Compile/Default, \
define Build/Compile
$(call Build/Compile/Default, \
@@
-58,7
+55,7
@@
define Build/UninstallDev
endef
define Package/libgmp/install
endef
define Package/libgmp/install
-
install -m0755 -d
$(1)/usr/lib
+
$(INSTALL_DIR)
$(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libgmp.so.* $(1)/usr/lib/
endef
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libgmp.so.* $(1)/usr/lib/
endef
This page took
0.021349 seconds
and
4
git commands to generate.