From 20f0b49364ff11af7f7bdce86912fb149e90d67a Mon Sep 17 00:00:00 2001 From: Gerardo Zamudio Date: Mon, 28 Nov 2016 00:21:06 +0700 Subject: network/prosody: Use libdir parameter. Signed-off-by: Willy Sudiarto Raharjo --- network/prosody/prosody.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'network/prosody') 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 -- cgit v1.2.3