Merge pull request #291 from micmac1/compile-fix-pcapsipdump
pcapsipdump: compile fixes
This commit is contained in:
commit
48bbb813ab
1 changed files with 3 additions and 2 deletions
|
@ -36,9 +36,10 @@ define Package/pcapsipdump/description
|
||||||
(even if there is thousands of concurrect SIP sessions).
|
(even if there is thousands of concurrect SIP sessions).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_VARS += \
|
MAKE_FLAGS += \
|
||||||
CC="$(TARGET_CXX)" \
|
CC="$(TARGET_CXX)" \
|
||||||
CPPFLAGS="$(TARGET_CXXFLAGS) -fno-rtti $(TARGET_CPPFLAGS)"
|
CPPFLAGS="$(TARGET_CXXFLAGS) -fno-rtti $(TARGET_CPPFLAGS)" \
|
||||||
|
LIBS="-lpcap"
|
||||||
|
|
||||||
define Package/pcapsipdump/install
|
define Package/pcapsipdump/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue