aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-03-11 09:18:22 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2017-07-14 08:45:40 +0200
commitb3cba687a447478253f95febf17fa9376c98105d (patch)
tree85ef0b4cf0ac4eea8438d7879ce47b72b5c38d6b /package/libs
parent6a8cbc08c0ffb72a698078ff18eadacefe5b8772 (diff)
downloadupstream-b3cba687a447478253f95febf17fa9376c98105d.tar.gz
upstream-b3cba687a447478253f95febf17fa9376c98105d.tar.bz2
upstream-b3cba687a447478253f95febf17fa9376c98105d.zip
lzo: use default Build/Configure rule
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/lzo/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/package/libs/lzo/Makefile b/package/libs/lzo/Makefile
index 23d74374c8..8d85e4652e 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)"