[silo-llnl] 83/96: Disable as-needed again

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 13:09:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit e58a017b897d06cc6e1a59322b07a41ead7ee945
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu May 1 22:37:10 2014 +0100

    Disable as-needed again
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a109bf4..c7c7c30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_autoreconf:
 	libtoolize -c -f
-	dh_autoreconf --as-needed
+	dh_autoreconf
 
 # Note: Since QT headers now include C++ features, configure must be called with g++ as the C compiler.
 # But use $(CC) as the C compiler later when actually building.
@@ -43,7 +43,7 @@ override_dh_auto_configure:
 		--with-hdf5=/usr/include,/usr/lib \
 		--with-Qt-bin=$(QT_BINDIR) --with-Qt-include-dir=/usr/include/$(QT) -with-Qt-lib=Qt5Widgets \
 		CC=$(CXX) CXX=$(CXX) CFLAGS="$(CFLAGS) -fPIC " CXXFLAGS="$(CXXFLAGS) -fPIC " \
-		LIBS=" -lQt5Core " LDFLAGS="$(LDFLAGS) -Wl,--as-needed " \
+		LIBS=" -lQt5Core " LDFLAGS="$(LDFLAGS) " \
 		CPPFLAGS=" $(QT_INCLUDES) -I$(MPI_INC) $(CPPFLAGS)"  
 
 # Iterate over some directories to avoid stepping into tools/silex, which doesn't build.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git



More information about the debian-science-commits mailing list