summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-15 11:53:44 +0000
committerdavidovski <david@davidovski.xyz>2022-01-15 11:53:44 +0000
commitca5824252f5675423c3b589b6bd86996977c1533 (patch)
tree1e5ded3802c371ea20cacf890acf70e5ae985d6d
parent8f819dbdd4c0640ebce1869d1ae13752d9a9a678 (diff)
added shared libs for lzo
-rw-r--r--repo/core/lzo.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/lzo.xibuild b/repo/core/lzo.xibuild
index 99ba6b4..17c404b 100644
--- a/repo/core/lzo.xibuild
+++ b/repo/core/lzo.xibuild
@@ -7,7 +7,7 @@ SOURCE=https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
DESC="Portable lossless data compression library"
build () {
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static --enable-shared --docdir=/usr/share/doc/lzo-2.10
make
}