netdiscover: use simplified libnet header location
Use the common location for libnet include files and libraries. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
This commit is contained in:
parent
089b57687a
commit
56f5368abe
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ define Package/netdiscover
|
|||
URL:=https://sourceforge.net/projects/netdiscover
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/lib/libnet-1.2.x/lib" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib/libnet-1.2.x/lib"
|
||||
|
||||
define Package/netdiscover/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/netdiscover $(1)/usr/sbin/
|
||||
|
|
Loading…
Reference in a new issue