diff options
Diffstat (limited to 'net/netdiscover')
-rw-r--r-- | net/netdiscover/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/netdiscover/Makefile b/net/netdiscover/Makefile index 8002d8439..a17313f5f 100644 --- a/net/netdiscover/Makefile +++ b/net/netdiscover/Makefile @@ -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/ |