mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/dc3dd: build fix
disable nls
This commit is contained in:
parent
e595eda143
commit
24778f9d67
@ -11,7 +11,7 @@ depends=""
|
||||
depends_dev=""
|
||||
makedepends="libiconv-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/dc3dd/dc3dd-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/dc3dd-$pkgver
|
||||
|
||||
@ -34,6 +34,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--disable-nls \
|
||||
--disable-rpath \
|
||||
|| return 1
|
||||
make || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user