Explorar el Código

libseccomp: remove legacy cruft

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos hace 10 años
padre
commit
095ae50d35
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      libs/libseccomp/Makefile

+ 0
- 2
libs/libseccomp/Makefile Ver fichero

@@ -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