aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-29 15:30:17 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-29 15:30:17 +0000
commit35b36408ec6ebfa156b8217e959b1cc3fa3708a8 (patch)
treefa82ead64d34121ca2dd6644ba1be27263b70d4d
parent5552750e98e60617ae01a7dd3b3a82fb0ea2ab57 (diff)
downloadopenembedded-35b36408ec6ebfa156b8217e959b1cc3fa3708a8.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
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
-rw-r--r--lzo/lzo_1.08.oe3
1 files changed, 3 insertions, 0 deletions
diff --git a/lzo/lzo_1.08.oe b/lzo/lzo_1.08.oe
index 7cfa79a4b2..467ee4bd75 100644
--- a/lzo/lzo_1.08.oe
+++ b/lzo/lzo_1.08.oe
@@ -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