From dc90fb9c5284fc9db8315937dacdc44e2ca4f184 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Tue, 5 Apr 2011 10:18:15 +0200 Subject: sync SConstruct to provide new set of patches --- debian/patches/2001_x64_install_to_lib.patch | 16 ---------------- debian/patches/series | 1 - 2 files changed, 17 deletions(-) delete mode 100644 debian/patches/2001_x64_install_to_lib.patch delete mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/patches/2001_x64_install_to_lib.patch b/debian/patches/2001_x64_install_to_lib.patch deleted file mode 100644 index 61954b6..0000000 --- a/debian/patches/2001_x64_install_to_lib.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Install libs to /usr/lib, not /usr/lib64 - Closes: #588557 -Forwarded: not-needed -Author: Antonin Kral -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 deleted file mode 100644 index 49554c2..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -2001_x64_install_to_lib.patch -- cgit v1.2.3