diff options
Diffstat (limited to 'network/prosody/prosody.SlackBuild')
-rw-r--r-- | network/prosody/prosody.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/prosody/prosody.SlackBuild b/network/prosody/prosody.SlackBuild index 9d55d2ac64..92fe55a233 100644 --- a/network/prosody/prosody.SlackBuild +++ b/network/prosody/prosody.SlackBuild @@ -87,10 +87,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix path on x86_64 -sed -i "s|/lib/|/lib${LIBDIRSUFFIX}/|" Makefile -sed -i "s|/lib/|/lib${LIBDIRSUFFIX}/|" tools/migration/Makefile - ./configure \ --ostype=linux \ --prefix=/usr \ @@ -99,6 +95,7 @@ sed -i "s|/lib/|/lib${LIBDIRSUFFIX}/|" tools/migration/Makefile --with-lua=/usr \ --with-lua-lib=/usr/lib${LIBDIRSUFFIX} \ --with-lua-include=/usr/include \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --cflags="-fPIC -Wall ${SLKCFLAGS}" make |