gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21798 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r21798 - gnunet/src/gns
Date: Thu, 7 Jun 2012 21:58:48 +0200

Author: grothoff
Date: 2012-06-07 21:58:48 +0200 (Thu, 07 Jun 2012)
New Revision: 21798

Modified:
   gnunet/src/gns/Makefile.am
Log:
-fixing linker error for now by adding -lcrypto, will need to be fixed later

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-06-07 19:52:56 UTC (rev 21797)
+++ gnunet/src/gns/Makefile.am  2012-06-07 19:58:48 UTC (rev 21798)
@@ -207,7 +207,7 @@
 
 gnunet_gns_proxy_SOURCES = \
  gnunet-gns-proxy.c gns_proxy_proto.h 
-gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl \
+gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl -lcrypto \
   $(top_builddir)/src/gns/libgnunetgns.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)




reply via email to

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