[source] lzo: use default Build/Configure rule

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 09:44:50 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/cf11a41af68e544783146f76cb0968fbd64da1ff

commit cf11a41af68e544783146f76cb0968fbd64da1ff
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sat Mar 11 09:18:22 2017 +0100

    lzo: use default Build/Configure rule
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit b3cba687a447478253f95febf17fa9376c98105d)
---
 package/libs/lzo/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/package/libs/lzo/Makefile b/package/libs/lzo/Makefile
index 23d7437..8d85e46 100644
--- a/package/libs/lzo/Makefile
+++ b/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)"



More information about the lede-commits mailing list