[svn] GnuPG - r5338 - branches/STABLE-BRANCH-2-0/sm
svn author wk
cvs at cvs.gnupg.org
Wed May 12 12:35:59 CEST 2010
Author: wk
Date: 2010-05-12 12:35:58 +0200 (Wed, 12 May 2010)
New Revision: 5338
Modified:
branches/STABLE-BRANCH-2-0/sm/ChangeLog
branches/STABLE-BRANCH-2-0/sm/Makefile.am
Log:
Include NETLIBS
Modified: branches/STABLE-BRANCH-2-0/sm/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/sm/ChangeLog 2010-05-12 10:35:16 UTC (rev 5337)
+++ branches/STABLE-BRANCH-2-0/sm/ChangeLog 2010-05-12 10:35:58 UTC (rev 5338)
@@ -1,3 +1,8 @@
+2010-05-12 Werner Koch <wk at g10code.com>
+
+ * Makefile.am (gpgsm_LDADD): Include NETLIBS which is required for
+ Solaris.
+
2010-03-12 Werner Koch <wk at g10code.com>
* server.c (cmd_passwd): New. From trunk.
Modified: branches/STABLE-BRANCH-2-0/sm/Makefile.am
===================================================================
--- branches/STABLE-BRANCH-2-0/sm/Makefile.am 2010-05-12 10:35:16 UTC (rev 5337)
+++ branches/STABLE-BRANCH-2-0/sm/Makefile.am 2010-05-12 10:35:58 UTC (rev 5338)
@@ -55,7 +55,7 @@
common_libs = $(libcommon) ../kbx/libkeybox.a ../jnlib/libjnlib.a \
../gl/libgnu.a
-gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \
+gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a $(NETLIBS) \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \
$(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) $(ZLIBS) $(LIBICONV)
More information about the Gnupg-commits
mailing list