Skip to content

Commit b3cba68

Browse files
committed
lzo: use default Build/Configure rule
Signed-off-by: Stijn Tintel <[email protected]>
1 parent 6a8cbc0 commit b3cba68

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package/libs/lzo/Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ define Package/liblzo/description
3535
in real-time. This means it favours speed over compression ratio.
3636
endef
3737

38-
define Build/Configure
39-
$(call Build/Configure/Default, \
40-
--enable-shared \
41-
--enable-static \
42-
)
43-
endef
38+
CONFIGURE_ARGS += \
39+
--enable-shared \
40+
--enable-static \
4441

4542
TARGET_CFLAGS += $(FPIC)
4643
MAKE_FLAGS += CFLAGS_O="$(TARGET_CFLAGS)"

0 commit comments

Comments
 (0)