Merge pull request #141 from ffainelli/fixes
pcapsipdump: Pass down TARGET_CPPFLAGS and TARGET_LDFLAGS
This commit is contained in:
commit
bb6b12176a
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ TARGET_CC=$(TARGET_CXX)
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CPPFLAGS="$(TARGET_CXXFLAGS) -fno-rtti" \
|
CPPFLAGS="$(TARGET_CXXFLAGS) $(TARGET_CPPFLAGS) -fno-rtti" \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
LIBS="-lpcap"
|
LIBS="-lpcap"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue