diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 15:30:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 15:30:17 +0000 |
commit | 35b36408ec6ebfa156b8217e959b1cc3fa3708a8 (patch) | |
tree | fa82ead64d34121ca2dd6644ba1be27263b70d4d /lzo/lzo_1.08.oe | |
parent | 5552750e98e60617ae01a7dd3b3a82fb0ea2ab57 (diff) |
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
Diffstat (limited to 'lzo/lzo_1.08.oe')
-rw-r--r-- | lzo/lzo_1.08.oe | 3 |
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 |