mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 18:03:18 +01:00
Disable static lib
This commit is contained in:
parent
42062c1035
commit
9bbb0f4274
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -24,7 +24,9 @@ pkgver() {
|
|||
build() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
|
||||
./autogen.sh --prefix=/usr
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
}
|
||||
|
|
@ -43,3 +45,4 @@ package() {
|
|||
install -Dm644 COPYING-PLAIN "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
install -Dm644 AUTHORS "$pkgdir/usr/share/licenses/$pkgname/AUTHORS"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue