summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-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
}