diff options
author | Adrien Nader <adrien@notk.org> | 2015-01-04 09:13:48 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2015-01-04 09:13:48 +0100 |
commit | 197ad3c9653a97c9f02deab601d92abd9e329bb6 (patch) | |
tree | 27ff07b523e6a769afbc2c3fcc4063e1ff55c03b /l/libxml2/libxml2.SlackBuild | |
parent | 2f76f29b867ca8b6381080281eb7b215e510e367 (diff) |
libxml2: remove typo in configure invocation (never caused any issue).
Diffstat (limited to 'l/libxml2/libxml2.SlackBuild')
-rwxr-xr-x | l/libxml2/libxml2.SlackBuild | 2 |
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 \ |