projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
openssl: update to 1.0.0c
[openwrt.git]
/
package
/
opkg
/
Makefile
diff --git
a/package/opkg/Makefile
b/package/opkg/Makefile
index
73dc303
..
25cdc52
100644
(file)
--- a/
package/opkg/Makefile
+++ b/
package/opkg/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
-PKG_REV:=5
63
+PKG_REV:=5
76
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1
@@
-18,6
+18,7
@@
PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION)
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_FIXUP = libtool
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_FIXUP = libtool
+PKG_REMOVE_FILES = autogen.sh aclocal.m4
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
@@
-53,13
+54,6
@@
CONFIGURE_ARGS += \
--with-opkgetcdir=/etc \
--with-opkglockfile=/var/lock/opkg.lock
--with-opkgetcdir=/etc \
--with-opkglockfile=/var/lock/opkg.lock
-define Build/Configure
- (cd $(PKG_BUILD_DIR); \
- autoreconf -v --install || exit 1 \
- );
- $(call Build/Configure/Default)
-endef
-
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
@@
-83,19
+77,12
@@
define Build/InstallDev
endef
endef
-HOST_BUILD_DEPENDS:=libtool/host
-
HOST_CONFIGURE_ARGS+= \
--disable-curl \
--disable-gpg \
--with-opkgetcdir=/etc \
--with-opkglockfile=/tmp/opkg.lock
HOST_CONFIGURE_ARGS+= \
--disable-curl \
--disable-gpg \
--with-opkgetcdir=/etc \
--with-opkglockfile=/tmp/opkg.lock
-define Host/Configure
- (cd $(HOST_BUILD_DIR); autoreconf -v --install || exit 1)
- $(call Host/Configure/Default)
-endef
-
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
endef
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
endef
This page took
0.021616 seconds
and
4
git commands to generate.