From eb3f6f172dd8d5e6fe886995a42cf2d00e56bd98 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 7 Jan 2013 11:16:08 +0100 Subject: [PATCH] gnunet: fixed cross-compiling by using our own libtool instead of the shipped one --- network/gnunet/gnunet.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/network/gnunet/gnunet.conf b/network/gnunet/gnunet.conf index 42cf5a446..15c748d67 100644 --- a/network/gnunet/gnunet.conf +++ b/network/gnunet/gnunet.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gnunet/gnunet.conf -# Copyright (C) 2012 The OpenSDE Project +# Copyright (C) 2012 - 2013 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -18,3 +18,8 @@ if [ $prefix_auto = 1 ] ; then fi var_append extraconfopt ' ' "--with-daemon-config-dir=$sysconfdir" + +if atstage cross; then + # shipped libtool has problems dealing with linking dependencies + var_append makeopt ' ' "LIBTOOL=$LIBTOOL" +fi