[voidlinux/void-packages] khelpcenter: update to 17.12.0. (#10244)

Piotr at Thu, 28 Dec 2017 11:35:53 +0000 (UTC)
You can view, comment on, or merge this pull request online at: https://github.com/voidlinux/void-packages/pull/10244 -- Commit Summary -- * khelpcenter: update to 17.12.0. -- File Changes -- M srcpkgs/khelpcenter/template (4) -- Patch Links -- https://github.com/voidlinux/void-packages/pull/10244.patch https://github.com/voidlinux/void-packages/pull/10244.diff
Piotr at Thu, 28 Dec 2017 08:29:57 -0800
Any hints how to make libxapian.so visible during cross build?
jambonmcyeah at Thu, 28 Dec 2017 20:25:00 +0000 (UTC)
Add libxapian-devel to makedepends
newbluemoon at Thu, 28 Dec 2017 14:01:12 -0800
CMake=E2=80=99s script to find xapian is unaware of `$XBPS_CROSS_BASE`. B= y adding the variables the script sets explicitly to `configure_args` it = works. :) And maybe it=E2=80=99s also a good idea to put the additions to `hostmake= depends` inside the =E2=80=98cross branch=E2=80=99, too. ``` if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=3D" qt5-qmake qt5-host-tools python kdoctools kc= onfig" configure_args+=3D" -DXAPIAN_LIBRARIES=3D${XBPS_CROSS_BASE}/usr/l= ib/libxapian.so -DXAPIAN_INCLUDE_DIR=3D${XBPS_CROSS_BASE}/usr/include -DXAPIAN_F= OUND=3DTRUE" fi ``` -- = You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/voidlinux/void-packages/pull/10244#issuecomment-354364= 728=
Piotr at Fri, 29 Dec 2017 00:26:42 -0800
Thanks, @newbluemoon
Jürgen Buchmüller at Fri, 29 Dec 2017 18:56:18 +0000 (UTC)
Closed #10244 via cad526e26712305bbfc956238b83381e1b863d9c.