[Pkg-mongodb-maintainers] [pkg-mongodb] 129/394: Move patch to SConstruct to quilt.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:29 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 2713cdd64d428cfb678f0c404c0056b900ea6951
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Feb 24 09:05:23 2011 +0800

    Move patch to SConstruct to quilt.
---
 debian/patches/2001_x64_install_to_lib.patch | 16 ++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/2001_x64_install_to_lib.patch b/debian/patches/2001_x64_install_to_lib.patch
new file mode 100644
index 0000000..61954b6
--- /dev/null
+++ b/debian/patches/2001_x64_install_to_lib.patch
@@ -0,0 +1,16 @@
+Description: Install libs to /usr/lib, not /usr/lib64
+ Closes: #588557
+Forwarded: not-needed
+Author: Antonin Kral <A.Kral at sh.cvut.cz>
+Last-Update: 2010-08-11
+--- a/SConstruct
++++ b/SConstruct
+@@ -553,7 +553,7 @@
+ 
+     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"] )
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..49554c2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_x64_install_to_lib.patch

-- 
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