[packages] paris-traceroute libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32969 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f424007d6
commit
cb5e8f170a
@ -19,6 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-current
|
|||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/uclibc++.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/paris-traceroute
|
define Package/paris-traceroute
|
||||||
@ -26,7 +27,7 @@ define Package/paris-traceroute
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Paris Traceroute
|
TITLE:=Paris Traceroute
|
||||||
URL:=http://www.paris-traceroute.net/
|
URL:=http://www.paris-traceroute.net/
|
||||||
DEPENDS:=+libpthread +uclibcxx
|
DEPENDS:=+libpthread $(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/paris-traceroute/description
|
define Package/paris-traceroute/description
|
||||||
@ -35,7 +36,6 @@ define Package/paris-traceroute/description
|
|||||||
initial implementation of traceroute.
|
initial implementation of traceroute.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CXX = $(STAGING_DIR)/host/bin/g++-uc
|
|
||||||
TARGET_LDFLAGS += -lm
|
TARGET_LDFLAGS += -lm
|
||||||
|
|
||||||
define Package/paris-traceroute/install
|
define Package/paris-traceroute/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user