From: Peter Korsgaard Date: Wed, 26 Jan 2011 16:51:33 +0000 (+0100) Subject: lzo: build shared library for host and target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fa46e59db087478b4844b2358a496eacdef7569;p=buildroot.git lzo: build shared library for host and target Based on patch by Michael J. Hammel. Signed-off-by: Peter Korsgaard --- diff --git a/package/lzo/lzo.mk b/package/lzo/lzo.mk index bfa66792db..5cbd458fb3 100644 --- a/package/lzo/lzo.mk +++ b/package/lzo/lzo.mk @@ -6,6 +6,8 @@ LZO_VERSION:=2.03 LZO_SOURCE:=lzo-$(LZO_VERSION).tar.gz LZO_SITE:=http://www.oberhumer.com/opensource/lzo/download +LZO_CONF_OPT = --enable-shared +HOST_LZO_CONF_OPT = --enable-shared LZO_AUTORECONF = NO # lzo's configure was generated by an old autoconf, and the