From: Michael Tremer Date: Thu, 2 Sep 2010 23:30:05 +0000 (+0200) Subject: lzo: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ba55977d00f7a98d984837dc4c562232a01a58;p=ipfire-3.x.git lzo: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/lzo/lzo.nm b/pkgs/core/lzo/lzo.nm index 2d6e082cc..89363aaf9 100644 --- a/pkgs/core/lzo/lzo.nm +++ b/pkgs/core/lzo/lzo.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.oberhumer.com/opensource/lzo/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Data compression library with very fast (de)compression. -PKG_DEPS += zlib +PKG_BUILD_DEPS+= zlib-devel define PKG_DESCRIPTION LZO is a portable lossless data compression library written in ANSI C. \ @@ -46,4 +46,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += --disable-static --enable-shared