From 095390f1cac1bee73a524be4f6653d8a19c99f70 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sun, 20 Aug 2017 18:51:38 -0700 Subject: [PATCH] s6-portable-utils: allow crossbuild. --- srcpkgs/s6-portable-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template index 98032997b3..2780c2b070 100644 --- a/srcpkgs/s6-portable-utils/template +++ b/srcpkgs/s6-portable-utils/template @@ -4,7 +4,7 @@ version=2.2.1.0 revision=1 build_style=gnu-configure makedepends="skalibs-devel" -configure_args="--libdir=/usr/lib --includedir=/usr/include" +configure_args="--libdir=/usr/lib --includedir=/usr/include --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib" short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)" maintainer="" license="ISC"