Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Thu, 29 Jul 2004 15:30:17 +0000 (15:30 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 29 Jul 2004 15:30:17 +0000 (15:30 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/07/29 16:07:49+01:00 (none)!pb
add --enable-shared; patch from Bruno Randolf

BKrev: 41091809fddRueuLk9fLp_NYF9cNWA

lzo/lzo_1.08.oe

index 7cfa79a..467ee4b 100644 (file)
@@ -1,11 +1,14 @@
 DESCRIPTION = "Lossless data compression library"
 SECTION = "libs"
 PRIORITY = "optional"
+PR = "r12
 
 SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
 
 inherit autotools 
 
+EXTRA_OECONF = "--enable-shared"
+
 #do_configure () {
 #      # override this function to avoid the autoconf/automake/aclocal/autoheader
 #      # calls for now