mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/libgss: disable NLS
we prefer to avoid gettext dependency whenever possible
This commit is contained in:
parent
29cfa8fca5
commit
4e73a8ed40
@ -2,16 +2,16 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=libgss
|
||||
pkgver=0.1.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of the Generic Security Service Application Program Interface"
|
||||
url="http://www.gnu.org/software/gss/"
|
||||
arch="all"
|
||||
license="GPL3+"
|
||||
depends=""
|
||||
depends_dev="pkgconfig"
|
||||
makedepends="$depends_dev gettext valgrind-dev"
|
||||
makedepends="$depends_dev valgrind-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="ftp://alpha.gnu.org/gnu/gss/gss-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/gss-$pkgver
|
||||
|
||||
@ -22,6 +22,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--disable-nls \
|
||||
|| return 1
|
||||
make || return 1
|
||||
make tests || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user