[Pkg-mongodb-maintainers] [pkg-mongodb] 97/394: install libs to /usr/lib not /usr/lib64 (Closes: #588557)

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 7ae74afcfe70c254863b45b743ba4cedb6938900
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Wed Aug 11 12:46:20 2010 +0200

    install libs to /usr/lib not /usr/lib64 (Closes: #588557)
---
 SConstruct | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index b759094..bc4340f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -553,7 +553,7 @@ elif "linux2" == os.sys.platform:
 
     if os.uname()[4] == "x86_64" and not force32:
         linux64 = True
-        nixLibPrefix = "lib64"
+        nixLibPrefix = "lib"
         env.Append( LIBPATH=["/usr/lib64" , "/lib64" ] )
         env.Append( LIBS=["pthread"] )
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list