gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libtalerutil-emscripten] branch master updated: fix build


From: gnunet
Subject: [GNUnet-SVN] [libtalerutil-emscripten] branch master updated: fix build issue by installing native version first
Date: Thu, 09 Mar 2017 14:46:29 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libtalerutil-emscripten.

The following commit(s) were added to refs/heads/master by this push:
     new 998a05e  fix build issue by installing native version first
998a05e is described below

commit 998a05ecd3dd6bcb89417f3dafd62b5901a67eac
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 9 14:46:26 2017 +0100

    fix build issue by installing native version first
---
 build-libgpg-error | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-libgpg-error b/build-libgpg-error
index 946c015..43ef110 100755
--- a/build-libgpg-error
+++ b/build-libgpg-error
@@ -26,8 +26,9 @@ cd $DIR/libgpg-error
 ./autogen.sh
 
 # Native build to generate lock-obj-pub.native.h
-./configure --disable-doc
+./configure --disable-doc --prefix=$OUT/native
 make
+make install
 
 # Certain systems need to have this elsewhere.
 cp src/lock-obj-pub.native.h src/syscfg/lock-obj-pub.emscripten.h

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]