From 8a4667330b8d86e5bae29eeccc5b629e9463d9e4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 14 Jun 2018 16:30:10 +0200 Subject: [PATCH] libtorrent: revert cross. --- srcpkgs/libtorrent/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index b01edafccca..875484e05f4 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -16,6 +16,7 @@ checksum=86b4b1753385aaddf9e59ad94f1292eee5102139eb57520e84d1af2f04693708 pre_configure() { autoreconf -fi + sed -e 's,test "$cross_compiling" = yes, false,' -i configure } post_configure() {