Skip to content
Snippets Groups Projects
Commit 053ab8b5 authored by Galen Abell's avatar Galen Abell Committed by Rasmus Thomsen
Browse files

community/gnome-keyring: fix pam lib linking

The build scripts don't seem to link to libintl correctly, which causes
the `pam_gnome_keyring.so` library to fail.
parent 3ef8dc22
No related branches found
No related tags found
1 merge request!28293community/gnome-keyring: fix pam lib linking
Pipeline #109596 passed
...@@ -19,6 +19,7 @@ subpackages="$pkgname-lang $pkgname-doc" ...@@ -19,6 +19,7 @@ subpackages="$pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz" source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz"
build() { build() {
export LDFLAGS="$LDFLAGS -lintl"
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment