projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c318d65
)
[packages] quagga: use PKG_INSTALL
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Aug 2010 12:04:11 +0000
(12:04 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Aug 2010 12:04:11 +0000
(12:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22472
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/quagga/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga/Makefile
b/net/quagga/Makefile
index
75fad9b
..
a2bf963
100644
(file)
--- a/
net/quagga/Makefile
+++ b/
net/quagga/Makefile
@@
-23,6
+23,7
@@
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_quagga-unstable-ripngd
PKG_FIXUP:=libtool
+PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@@
-144,12
+145,6
@@
ifneq ($(CONFIG_PACKAGE_quagga-ripngd),)
CONFIGURE_ARGS+= --enable-ripngd
endif
-define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) \
- DESTDIR=$(PKG_INSTALL_DIR) \
- all install
-endef
-
define Package/quagga/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zebra $(1)/usr/sbin/