diff options
author | Stefan Tomanek <stefan.tomanek@wertarbyte.de> | 2017-07-08 00:36:25 +0200 |
---|---|---|
committer | Stefan Tomanek <stefan.tomanek@wertarbyte.de> | 2017-07-09 18:51:21 +0200 |
commit | 56f5368abefbc1e3d58e1f291132a8687194565b (patch) | |
tree | 59d149d1a702a535a124c1ecc245bd8830e3450d /net/netdiscover | |
parent | 089b57687af34c73058a00065ec1d056f428faa3 (diff) |
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>
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/ |