From f5563d8240be0b355c53588139b9d1674676c691 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Sun, 4 Aug 2013 05:49:48 +1000 Subject: New upstream release [0.58.1] + changelog summary --- debian/patches/LDFLAGS.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 debian/patches/LDFLAGS.patch (limited to 'debian/patches/LDFLAGS.patch') diff --git a/debian/patches/LDFLAGS.patch b/debian/patches/LDFLAGS.patch deleted file mode 100644 index 0de9c2a..0000000 --- a/debian/patches/LDFLAGS.patch +++ /dev/null @@ -1,18 +0,0 @@ -Last-Update: 2012-12-31 -Author: Dmitry Smirnov -Forwarded: not-needed -Description: use LDFLAGS from system environment - ---- a/SConstruct -+++ b/SConstruct -@@ -295,9 +295,9 @@ - env['CXX'] = os.environ['CXX'] - if os.environ.has_key('CXXFLAGS'): - env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS']) - if os.environ.has_key('LDFLAGS'): -- env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS']) -+ env['__RPATH'] += SCons.Util.CLVar(os.environ['LDFLAGS']) - - # windows or *nix? - if sys.platform == 'win32': - print "compiling on Windows" -- cgit