loudmouth: fix cross compilation; register its shlib.
This commit is contained in:
parent
d936fad5f6
commit
be6533d7cc
2 changed files with 4 additions and 1 deletions
|
@ -1830,3 +1830,4 @@ libldns.so.1 libldns-1.6.17_1
|
|||
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
||||
liboping.so.0 liboping-1.8.0_1
|
||||
libgksu2.so.0 libgksu-2.0.12_1
|
||||
libloudmouth-1.so.0 loudmouth-1.4.3_1
|
||||
|
|
|
@ -11,10 +11,12 @@ homepage="https://groups.google.com/forum/#!forum/loudmouth-dev"
|
|||
distfiles="$GNOME_SITE/loudmouth/${version%.*}/loudmouth-${version}.tar.bz2"
|
||||
checksum="95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"
|
||||
|
||||
makedepends="gnutls-devel"
|
||||
makedepends="libglib-devel gnutls-devel"
|
||||
hostmakedepends="pkg-config automake libtool gnutls-tools glib-devel gtk-doc"
|
||||
|
||||
pre_configure() {
|
||||
# Disable tests
|
||||
sed -i '/SUBDIRS/s,tests,,g' Makefile.am
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue