mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update tracebox and fix compilation with gcc 11
This commit is contained in:
parent
0460b9dc5b
commit
a7e581c4de
1 changed files with 5 additions and 3 deletions
|
@ -14,11 +14,13 @@ PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=https://github.com/tracebox/tracebox.git
|
PKG_SOURCE_URL:=https://github.com/dreibh/tracebox.git
|
||||||
|
#https://github.com/tracebox/tracebox.git
|
||||||
PKG_MAINTAINER:=Ycarus <ycarus@zugaina.org>
|
PKG_MAINTAINER:=Ycarus <ycarus@zugaina.org>
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=v0.4.4
|
PKG_SOURCE_VERSION:=4ad40ea43354038a04ad90aedae5874801c223e8
|
||||||
|
#v0.4.4
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
@ -43,7 +45,7 @@ CONFIGURE_VARS += \
|
||||||
|
|
||||||
CONFIGURE_ARGS += --enable-sniffer --enable-curl --with-libpcap="$(STAGING_DIR)/usr/include/"
|
CONFIGURE_ARGS += --enable-sniffer --enable-curl --with-libpcap="$(STAGING_DIR)/usr/include/"
|
||||||
|
|
||||||
EXTRA_CPPFLAGS += -fpermissive -Wno-variadic-macros
|
EXTRA_CPPFLAGS += -fpermissive -Wno-variadic-macros -std=c++14
|
||||||
|
|
||||||
TARGET_CFLAGS += -D_GNU_SOURCE
|
TARGET_CFLAGS += -D_GNU_SOURCE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue