[Pkg-ofed-commits] [libibverbs] 04/04: Fix location of config files

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Jun 30 15:33:22 UTC 2014


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

ana pushed a commit to branch ofed-1.4.1upgrade
in repository libibverbs.

commit 70ca85f4d2fd1c129ebafe8d8dfb8102145e354b
Author: Guy Coates <gmpc at sanger.ac.uk>
Date:   Sun May 31 12:52:10 2009 +0000

    Fix location of config files
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6361a01..7b668f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,8 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
+	--sysconfdir=/etc
 
 
 build: build-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibverbs.git



More information about the Pkg-ofed-commits mailing list