Browse Source

libseccomp: remove legacy cruft

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos 10 years ago
parent
commit
095ae50d35
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      libs/libseccomp/Makefile

+ 0
- 2
libs/libseccomp/Makefile View File

@@ -51,8 +51,6 @@ define Package/libseccomp/description
51 51
 endef
52 52
 
53 53
 define Build/Configure
54
-	$(SED) 's,-I$$$${includedir},,g' $(PKG_BUILD_DIR)/configure
55
-	$(SED) 's,-L$$$${libdir},,g' $(PKG_BUILD_DIR)/configure
56 54
 	$(call Build/Configure/Default)
57 55
 endef
58 56