Commit cd81abfd1b3c13d7860e883acc895d28b2f46490
1 parent
81a7bb67
Exists in
master
and in
3 other branches
Updating archlinux build.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
arch/PKGBUILD
... | ... | @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" |
9 | 9 | arch=(i686 x86_64) |
10 | 10 | license=(GPL) |
11 | 11 | depends=() |
12 | -makedepends=(autoconf automake make openssl-devel) | |
12 | +makedepends=(autoconf automake make openssl) | |
13 | 13 | checkdepends=() |
14 | 14 | |
15 | 15 | #groups=(gnome) |
... | ... | @@ -22,7 +22,8 @@ conflicts=($pkgname) |
22 | 22 | |
23 | 23 | prepare() { |
24 | 24 | cd $pkgname-$pkgver |
25 | - ./autogen.sh | |
25 | + NOCONFIGURE=1 ./autogen.sh | |
26 | + ./configure --prefix=/usr | |
26 | 27 | } |
27 | 28 | |
28 | 29 | build() { | ... | ... |