dev-ruby/facter: add missing blkid config option
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 27 Jul 2018 15:22:55 +0000 (10:22 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 27 Jul 2018 15:40:38 +0000 (10:40 -0500)
Bug: https://bugs.gentoo.org/662252
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-ruby/facter/facter-3.11.3-r1.ebuild

index d99f0e0675cc726324f7bbca5e886ec6c6822edf..683775e7668d043849f115ee899a2c522a50bd36 100644 (file)
@@ -82,6 +82,7 @@ src_configure() {
        local mycmakeargs=(
                -DCMAKE_VERBOSE_MAKEFILE=ON
                -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+               -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
        )
        if use debug; then
                mycmakeargs+=(