building gnupg-1.9.20 on macos

Remco Post r.post at sara.nl
Wed Mar 8 22:46:07 CET 2006


Hi all,

I've just successfully build gpg 1.9.20 on macos

libksba requiters one small patch (the reverse patch is:)

diff -ur libksba-0.9.12/gl/Makefile.in
/Users/remco/src/libksba-0.9.12/gl/Makefile.in
--- libksba-0.9.12/gl/Makefile.in       2006-03-08 21:46:25.000000000 +0100
+++ /Users/remco/src/libksba-0.9.12/gl/Makefile.in      2005-08-01
17:15:04.000000000 +0200
@@ -64,7 +64,7 @@
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 libgnu_la_DEPENDENCIES = @LTLIBOBJS@ @LTALLOCA@
-am_libgnu_la_OBJECTS = alloca.lo
+am_libgnu_la_OBJECTS =
 libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp =

tools/Makefile.in on gnupg also requires one patch, gpg-connect-agent
depends on pth but does not have $(PTH_LIBS) in the LDD_ADD statement:

pipmac:~/src/gnupg-1.9.20/tools remco$ diff -u Makefile.in
Makefile.in.remco
--- Makefile.in 2005-12-20 10:49:35.000000000 +0100
+++ Makefile.in.remco   2006-03-08 22:38:15.000000000 +0100
@@ -406,7 +406,7 @@
 gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c
 gpg_connect_agent_LDADD = ../jnlib/libjnlib.a \
                           ../common/libcommon.a ../gl/libgnu.a \
-                          $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL)
+                          $(PTH_LIBS) $(LIBASSUAN_LIBS)
$(GPG_ERROR_LIBS) $(LIBINTL)

 gpgkey2ssh_SOURCES = gpgkey2ssh.c
 gpgkey2ssh_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)

now... I have no usefull output from ssh-add -l yet, but 'make check' is
successfull...


-- 
Met vriendelijke groeten,

Remco Post

SARA - Reken- en Netwerkdiensten                      http://www.sara.nl
High Performance Computing  Tel. +31 20 592 3000    Fax. +31 20 668 3167
PGP Key fingerprint = 6367 DFE9 5CBC 0737 7D16  B3F6 048A 02BF DC93 94EC

"I really didn't foresee the Internet. But then, neither did the
computer industry. Not that that tells us very much of course - the
computer industry didn't even foresee that the century was going to
end." -- Douglas Adams



More information about the Gnupg-users mailing list