Sfoglia il codice sorgente

lzo: use default Build/Configure rule

Signed-off-by: Stijn Tintel <[email protected]>
Stijn Tintel 8 anni fa
parent
commit
b3cba687a4
1 ha cambiato i file con 3 aggiunte e 6 eliminazioni
  1. 3 6
      package/libs/lzo/Makefile

+ 3 - 6
package/libs/lzo/Makefile

@@ -35,12 +35,9 @@ define Package/liblzo/description
  in real-time. This means it favours speed over compression ratio.
 endef
 
-define Build/Configure
-	$(call Build/Configure/Default, \
-		--enable-shared \
-		--enable-static \
-	)
-endef
+CONFIGURE_ARGS += \
+	--enable-shared \
+	--enable-static \
 
 TARGET_CFLAGS += $(FPIC)
 MAKE_FLAGS += CFLAGS_O="$(TARGET_CFLAGS)"