summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2015-01-04 09:13:48 +0100
committerAdrien Nader <adrien@notk.org>2015-01-04 09:13:48 +0100
commit197ad3c9653a97c9f02deab601d92abd9e329bb6 (patch)
tree27ff07b523e6a769afbc2c3fcc4063e1ff55c03b
parent2f76f29b867ca8b6381080281eb7b215e510e367 (diff)
libxml2: remove typo in configure invocation (never caused any issue).
-rwxr-xr-xl/libxml2/libxml2.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/l/libxml2/libxml2.SlackBuild b/l/libxml2/libxml2.SlackBuild
index 0bcd320..7cc66ae 100755
--- a/l/libxml2/libxml2.SlackBuild
+++ b/l/libxml2/libxml2.SlackBuild
@@ -55,7 +55,7 @@ autoreconf -fiv
CFLAGS="-O2" \
LDFLAGS="-L/${PREFIX}/lib${LIBDIRSUFFIX}" \
./configure \
-r --prefix=/${PREFIX} \
+ --prefix=/${PREFIX} \
--libdir=/${PREFIX}/lib${LIBDIRSUFFIX} \
--mandir=/${PREFIX}/man \
--without-python \