From 41ff7ca2ad812c90e1dab6f47a30380a14ea1354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 2 Mar 2021 23:23:03 +0100 Subject: [PATCH] facter: add CMAKE_INSTALL_LIBDIR --- srcpkgs/facter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/facter/template b/srcpkgs/facter/template index 5cd87050a71..9a223f79b3b 100644 --- a/srcpkgs/facter/template +++ b/srcpkgs/facter/template @@ -4,7 +4,7 @@ version=3.14.16 revision=1 build_style=cmake configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include - -DENABLE_CXX_WERROR=OFF" + -DENABLE_CXX_WERROR=OFF -DCMAKE_INSTALL_LIBDIR=/usr/lib" hostmakedepends="ruby-devel" makedepends="boost-devel cpp-hocon leatherman-devel libblkid-devel libcurl-devel ruby-devel yaml-cpp-devel"