[packages] dibbler libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32961 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae61d0aaca
commit
06fddda200
@ -15,12 +15,13 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://klub.com.pl/dhcpv6/dibbler
|
||||
PKG_MD5SUM:=313044c95af3091607127a05c338d8ec
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/dibbler/Default
|
||||
SECTION:=ipv6
|
||||
CATEGORY:=IPv6
|
||||
DEPENDS:=+uclibcxx +libpthread
|
||||
DEPENDS:=$(CXX_DEPENDS) +libpthread
|
||||
TITLE:=Dibbler, a portable DHCPv6 implementation
|
||||
URL:=http://klub.com.pl/dhcpv6/
|
||||
endef
|
||||
@ -83,8 +84,6 @@ define Package/dibbler-server/description
|
||||
This package contains the dibbler server.
|
||||
endef
|
||||
|
||||
TARGET_CXX = $(STAGING_DIR)/host/bin/g++-uc
|
||||
|
||||
define Package/dibbler-client/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dibbler-client $(1)/usr/sbin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user