[source] lzo: use default Build/Configure rule
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 13 23:47:05 PDT 2017
stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/b3cba687a447478253f95febf17fa9376c98105d
commit b3cba687a447478253f95febf17fa9376c98105d
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>
---
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