From bc495c2a2183c020bd67022d2add046a38917910 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Jun 2013 07:42:13 +0200 Subject: [PATCH] libnl3: fix cross build. --- srcpkgs/libnl3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index cbbe0879e7f..0ea089628fb 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -14,7 +14,7 @@ distfiles="${homepage}/files/libnl-${version}.tar.gz" checksum=c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" automake libtool" + hostmakedepends+=" automake libtool pkg-config" makedepends="libfl-devel" pre_configure() { autoreconf -fi