[SCM] PAW: Physics Analysis Workstation branch, debian, updated. debian/1%2.14.04.dfsg.2-8-5-gfd88e81

Lifeng Sun lifongsun at gmail.com
Thu Jul 5 12:35:17 UTC 2012


The following commit has been merged in the debian branch:
commit fd88e8152318abe9dd21337da3bf37de87558f13
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Thu Jul 5 20:02:14 2012 +0800

    Enable harden-flags.

diff --git a/debian/patches/00list b/debian/patches/00list
index df282a6..6d0b51c 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -8,6 +8,7 @@
 121-call-gfortran-in-cscrexec.dpatch
 131-fix-typo-unkown-unknown.dpatch
 132-fix-typo-lenght-length.dpatch
+133-harden-flags.dpatch
 200-comis-allow-special-chars-in-path.dpatch
 207-compile-temp-libs-with-fPIC.dpatch
 210-improve-cfortran-header-files.dpatch
diff --git a/debian/patches/133-harden-flags.dpatch b/debian/patches/133-harden-flags.dpatch
new file mode 100644
index 0000000..ba50bc8
--- /dev/null
+++ b/debian/patches/133-harden-flags.dpatch
@@ -0,0 +1,21 @@
+--- a/src/pawlib/paw/programs/Imakefile
++++ b/src/pawlib/paw/programs/Imakefile
+@@ -6,15 +6,15 @@
+ #endif
+ 
+ #if defined(CERNLIB_HPUX)
+-EXTRA_LDOPTIONS=-Wl,-E
++EXTRA_LDOPTIONS+=-Wl,-E
+ #endif
+ 
+ #if defined(CERNLIB_LINUX) && !defined(CERNLIB_MACOSX)
+-EXTRA_LDOPTIONS=-Wl,-E
++EXTRA_LDOPTIONS+=-Wl,-E
+ #endif
+ 
+ #if defined(CERNLIB_QMIRIX64)
+-EXTRA_LDOPTIONS=-multigot
++EXTRA_LDOPTIONS+=-multigot
+ #endif
+ 
+ InstallScript(paw,$(CERN_BINDIR))

-- 
PAW: Physics Analysis Workstation



More information about the debian-science-commits mailing list