mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
loudmouth - Minor changes
This commit is contained in:
parent
1fac3438a8
commit
598149a62f
@ -8,8 +8,8 @@ url="http://groups.google.com/group/loudmouth-dev"
|
||||
arch="all"
|
||||
license="LGPL2+"
|
||||
depends=""
|
||||
depends_dev="pkgconfig"
|
||||
makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
|
||||
depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2
|
||||
@ -33,8 +33,9 @@ build() {
|
||||
./configure \
|
||||
--disable-static \
|
||||
--with-asyncns=yes \
|
||||
--with-ssl=no \
|
||||
--with-ssl=gnutls \
|
||||
--prefix=/usr \
|
||||
--with-libgnutls-prefix=/usr \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user