From b97a51a07f869227304876584cad1adde8cd3d7c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 3 Feb 2016 08:25:17 +0100 Subject: [PATCH] ndpi: fix cross compilation. --- srcpkgs/ndpi/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ndpi/template b/srcpkgs/ndpi/template index a9657a75961..07da9a55d8c 100644 --- a/srcpkgs/ndpi/template +++ b/srcpkgs/ndpi/template @@ -12,10 +12,9 @@ license="GPL-3" homepage="http://www.ntop.org/products/ndpi/" distfiles="https://github.com/ntop/nDPI/archive/${version}.tar.gz" checksum=0863c7096f70c785e1b27a34f7b40939ac1a0e3a734ea3dcaa5cf161360a2561 -nocross=yes pre_configure() { - ./autogen.sh + autoreconf -fi } post_install() {