summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/2001_x64_install_to_lib.patch16
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 17 deletions
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 <A.Kral@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
deleted file mode 100644
index 49554c2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-2001_x64_install_to_lib.patch