libudev: make this build again.

This commit is contained in:
Juan RP 2013-10-22 01:38:00 +02:00
parent 5cf147b3de
commit 7acf45909c

View file

@ -23,15 +23,12 @@ license="LGPL-2.1, GPL-2, MIT"
distfiles="http://www.freedesktop.org/software/systemd/systemd-${version}.tar.xz"
checksum=aa64fa864466fd5727005c55d61c092828b94b4f857272c0b503695022146390
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl libtool"
hostmakedepends="pkg-config automake gettext-devel intltool gperf libxslt
docbook-xsl libtool libgcrypt-devel"
makedepends="attr-devel dbus-devel>=1.6.10_2 libcap-devel liblzma-devel libgcrypt-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libgcrypt-devel"
fi
pre_configure() {
libtoolize -f
autoreconf -fi
}
post_install() {