summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-04-11 16:41:32 +0700
committerShulhan <ms@kilabit.info>2026-04-11 16:41:32 +0700
commit31f6ee7a6d7c55524f672532df5d2e61ff4bfd05 (patch)
treee0f37d0e418fb17a38230b0f2ffb2007a0c00062
parent4e24712ceff438e0cdb36e9ac44f3a63b2dcdf84 (diff)
downloadgoogle-compute-engine-oslogin-31f6ee7a6d7c55524f672532df5d2e61ff4bfd05.tar.xz
PKGBUILD: add boost-libs as one of the dependenciesmaster
The latest build failed with the following error, g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection \ -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer \ -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -fPIC -Wall -g -I. \ -Iinclude -I/usr/include/json-c -shared \ -Wl,-soname,libnss_oslogin.so.2 nss/nss_oslogin.o oslogin_utils.o \ -o libnss_oslogin-.so -lcurl -ljson-c -lboost_regex 2026-04-11 01:25:42 UTC job: aur_google-compute-engine-oslogin: \ /usr/bin/ld: cannot find -lboost_regex: No such file or directory
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e1302..e602796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = google-compute-engine-oslogin
arch = x86_64
license = Apache
depends = boost
+ depends = boost-libs
depends = curl
depends = json-c
depends = pam
diff --git a/PKGBUILD b/PKGBUILD
index bce916b..bb35acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgdesc='OS Login Guest Environment for Google Compute Engine'
arch=('x86_64')
url='https://github.com/GoogleCloudPlatform/guest-oslogin'
license=('Apache')
-depends=('boost' 'curl' 'json-c' 'pam')
+depends=('boost' 'boost-libs' 'curl' 'json-c' 'pam')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz"
'google-compute-engine-oslogin.install'