summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-12-31 23:48:16 +0200
committerMart Raudsepp <leio@gentoo.org>2018-12-31 23:49:19 +0200
commit33e0c87a28ce9c90d2f54ec8783b1bb3c76ea7d7 (patch)
treefb55b7b6f359afc25059fb2a9faff463445d414a /gnome-extra/libgda
parentprofiles: Mask net-misc/hotot for removal (diff)
downloadgentoo-33e0c87a28ce9c90d2f54ec8783b1bb3c76ea7d7.tar.gz
gentoo-33e0c87a28ce9c90d2f54ec8783b1bb3c76ea7d7.tar.bz2
gentoo-33e0c87a28ce9c90d2f54ec8783b1bb3c76ea7d7.zip
gnome-extra/libgda: fix USE=ldap build on 17.1 profiles
Without passing libdir-name to configure it always uses "lib", which will fail on systems where /usr/lib is not a symlink to /usr/lib64, when openldap is installed to lib64, as it is on 17.1 amd64 profiles. Unfortunately openldap still doesn't ship pkgconfig files, but fortunately there's this configure knob with which to teach it where openldap is. Closes: https://bugs.gentoo.org/669728 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r--gnome-extra/libgda/libgda-5.2.8.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnome-extra/libgda/libgda-5.2.8.ebuild b/gnome-extra/libgda/libgda-5.2.8.ebuild
index 0eb06d4b35cc..6570bb39df71 100644
--- a/gnome-extra/libgda/libgda-5.2.8.ebuild
+++ b/gnome-extra/libgda/libgda-5.2.8.ebuild
@@ -143,6 +143,7 @@ src_configure() {
"$(use_with java java $JAVA_HOME)" \
$(use_enable json) \
$(use_with ldap) \
+ --with-ldap-libdir-name="$(get_libdir)" \
$(use_with mdb mdb /usr) \
$(use_with mysql mysql /usr) \
$(use_with oci8 oracle) \