[Bugs] [Bug 1138897] NetBSD port
bugzilla at redhat.com
bugzilla at redhat.com
Sat Dec 13 06:13:05 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1138897
--- Comment #67 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9214 committed in release-3.6 by Raghavendra
Bhat (raghavendra at redhat.com)
------
commit 52df13da57a6aac1b5c6b37d26d39a4d2cd4ec42
Author: Emmanuel Dreyfus <manu at netbsd.org>
Date: Fri Nov 28 17:19:14 2014 +0100
glupy: build fix if python and glusterfs prefix differ
If python is installed in ${pythonprefix} and glusterfs
in ${glusterfsprefix}, we have the following values:
${PYTHON}-config --prefix => ${pythonprefix}
$libdir => ${glusterfsprefix}/lib
Using LDFLAGS="-L`${PYTHON}-config --prefix`/$libdir" we lookf for
python libraries in ${pythonprefix}/${glusterfsprefix}/lib while
we should be looking for ${pythonprefix}/lib
Replacing $libdir by lib breaks bug 1159248, so let us look in both
${pythonprefix}/lib and ${pythonprefix}/$libdir
Backport of: I2fef1b795235d1543a0e5ac619c6c2d59127fb66
BUG: 1138897
Change-Id: I29b9f121e1cdc546ca8551ff48cc99f1c71a0ea6
Signed-off-by: Emmanuel Dreyfus <manu at netbsd.org>
Reviewed-on: http://review.gluster.org/9214
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur at redhat.com>
Reviewed-by: Raghavendra Bhat <raghavendra at redhat.com>
Tested-by: Raghavendra Bhat <raghavendra at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list