mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -30,10 +30,6 @@ define Package/netdiscover
|
|||||||
URL:=https://sourceforge.net/projects/netdiscover
|
URL:=https://sourceforge.net/projects/netdiscover
|
||||||
endef
|
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
|
define Package/netdiscover/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/netdiscover $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/netdiscover $(1)/usr/sbin/
|
||||||
|
|||||||
Reference in New Issue
Block a user