[Bugs] [Bug 1129939] NetBSD port
bugzilla at redhat.com
bugzilla at redhat.com
Fri Nov 28 15:56:57 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1129939
--- Comment #188 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9137 committed in master by Vijay Bellur
(vbellur at redhat.com)
------
commit c233d3e0414670546c6ff8edc65b761f86353ffc
Author: Emmanuel Dreyfus <manu at netbsd.org>
Date: Tue Nov 25 10:41:53 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
BUG: 1129939
Change-Id: I2fef1b795235d1543a0e5ac619c6c2d59127fb66
Signed-off-by: Emmanuel Dreyfus <manu at netbsd.org>
Reviewed-on: http://review.gluster.org/9137
Reviewed-by: Niels de Vos <ndevos at redhat.com>
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle at redhat.com>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Bugs
mailing list