]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lzo: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:30:05 +0000 (01:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:30:05 +0000 (01:30 +0200)
pkgs/core/lzo/lzo.nm

index 2d6e082ccf7b96b3c14002ef51f07bb2188b9887..89363aaf996fa5ad1d1169613081c7ac550f14ec 100644 (file)
@@ -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