diff options
| -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 |
