[adios] 11/18: Build in top dir, not ./src only

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Oct 28 11:18:26 UTC 2016


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

mckinstry pushed a commit to tag debian/1.10.1-1
in repository adios.

commit 29922849fd48304d91f52b7ec4babdb0f1227797
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 19 15:56:58 2016 +0100

    Build in top dir, not ./src only
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 878b9cd..da60c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	# First do a build shared, with -fPIC, for the python lib.
-	$(MAKE) -C src CFLAGS='$(CFLAGS) -fPIC' VERBOSE=1 install DESTDIR=$(DESTDIR)
+	$(MAKE) CFLAGS='$(CFLAGS) -fPIC' VERBOSE=1 install DESTDIR=$(DESTDIR)
 	# Need to hack the libs into the right place, to match adios_configs view
 	# as this is then used by setup.py
 	mv debian/tmp/usr/lib/*/*.a debian/tmp/usr/lib

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



More information about the debian-science-commits mailing list