mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 20:47:01 +00:00
lzo: use default Build/Configure rule
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> (cherry picked from commit b3cba687a447478253f95febf17fa9376c98105d)
This commit is contained in:
parent
c86490605c
commit
cf11a41af6
@ -35,12 +35,9 @@ define Package/liblzo/description
|
|||||||
in real-time. This means it favours speed over compression ratio.
|
in real-time. This means it favours speed over compression ratio.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
--enable-shared \
|
||||||
--enable-shared \
|
--enable-static \
|
||||||
--enable-static \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
MAKE_FLAGS += CFLAGS_O="$(TARGET_CFLAGS)"
|
MAKE_FLAGS += CFLAGS_O="$(TARGET_CFLAGS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user