lzo: use default Build/Configure rule
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
6a8cbc08c0
commit
b3cba687a4
1 changed files with 3 additions and 6 deletions
|
@ -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 a new issue