iprutils: drop unneeded ncurses5-config handling
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 14:58:07 +0000 (15:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Feb 2015 14:59:57 +0000 (15:59 +0100)
ncurses nowadays installs the headers directly into $prefix/usr/include, so
ncurses5-config doesn't return anything important and the logic wasn't
taking the wchar variant into consideration - So just drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iprutils/iprutils.mk

index e3f3a373cc80bd6026154a7bf3c93052a80757d3..b2fe4cffc0f8853ad349097204cf6ec5dabdb8fb 100644 (file)
@@ -13,7 +13,7 @@ IPRUTILS_LICENSE_FILES = LICENSE
 
 define IPRUTILS_BUILD_CMDS
        $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
-               INCLUDEDIR="-I. $(shell $(STAGING_DIR)/usr/bin/ncurses5-config --cflags)" all
+               INCLUDEDIR="-I." all
 endef
 
 define IPRUTILS_INSTALL_TARGET_CMDS