mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix a compiling error in libtrace for Intel platform
This commit is contained in:
parent
79f7343cb4
commit
533a7d68eb
1 changed files with 3 additions and 2 deletions
|
|
@ -18,9 +18,10 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/uclibc++.mk
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
CXX_DEPENDS:=libstdcpp
|
||||||
|
|
||||||
define Package/libtrace/Default
|
define Package/libtrace/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
|
@ -33,7 +34,7 @@ define Package/libtrace
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Libtrace library for packet trace processing
|
TITLE:=Libtrace library for packet trace processing
|
||||||
URL:=http://research.wand.net.nz/software/libtrace.php
|
URL:=http://research.wand.net.nz/software/libtrace.php
|
||||||
DEPENDS:=+libpcap +libpthread +zlib +libbz2 +liblzo +librt $(CXX_DEPENDS)
|
DEPENDS:=+libpcap +libpthread +zlib +libbz2 +liblzo +librt +$(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libtrace/description
|
define Package/libtrace/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue