commit 095ae50d353a8534c00982ee8c83fe0767ac9206
parent de7630145d3eb46d0f5f1eed293d3dc3fba6549f
Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Date: Fri, 27 Feb 2015 17:28:44 +0100
libseccomp: remove legacy cruft
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile
@@ -51,8 +51,6 @@ define Package/libseccomp/description
endef
define Build/Configure
- $(SED) 's,-I$$$${includedir},,g' $(PKG_BUILD_DIR)/configure
- $(SED) 's,-L$$$${libdir},,g' $(PKG_BUILD_DIR)/configure
$(call Build/Configure/Default)
endef