projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8cbc0
)
lzo: use default Build/Configure rule
author
Stijn Tintel
<stijn@linux-ipv6.be>
Sat, 11 Mar 2017 08:18:22 +0000
(09:18 +0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Fri, 14 Jul 2017 06:45:40 +0000
(08:45 +0200)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/libs/lzo/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/lzo/Makefile
b/package/libs/lzo/Makefile
index 23d74374c89df2532771bc0946bd0f9add7b1dc0..8d85e4652e88484686aaf3cdb6759995043aa937 100644
(file)
--- 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)"