Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9332/10.3/unstable/crypto/finkinfo

Modified Files:
        gpgme11.info gpgme11.patch 
Log Message:
fix linking issue


Index: gpgme11.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gpgme11.patch       28 Nov 2005 18:52:03 -0000      1.3
+++ gpgme11.patch       9 Aug 2006 01:49:52 -0000       1.4
@@ -1,3 +1,23 @@
+diff -uNr gpgme-1.0.3/gpgme/Makefile.in gpgme-1.0.3-new/gpgme/Makefile.in
+--- gpgme-1.0.3/gpgme/Makefile.in      2005-06-20 15:35:24.000000000 -0400
++++ gpgme-1.0.3-new/gpgme/Makefile.in  2006-08-08 21:37:49.000000000 -0400
+@@ -335,13 +335,14 @@
+ libgpgme_pth_la_SOURCES = ath.h ath-pth.c
+ AM_CPPFLAGS = $(assuan_cppflags) @GPG_ERROR_CFLAGS@
+ libgpgme_la_LDFLAGS = $(libgpgme_version_script_cmd) -version-info \
+-      @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@
++      @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@ \
++      @PTH_LDFLAGS@
+ 
+ libgpgme_la_DEPENDENCIES = libgpgme-real.la $(assuan_libobjs) \
+       @LTLIBOBJS@ $(srcdir)/libgpgme.vers
+ 
+ libgpgme_la_LIBADD = libgpgme-real.la $(assuan_libobjs) @LTLIBOBJS@ \
+-      @GPG_ERROR_LIBS@
++      @PTH_LIBS@ @GPG_ERROR_LIBS@
+ 
+ libgpgme_pthread_la_LDFLAGS = $(libgpgme_version_script_cmd) -version-info \
+       @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@
 diff -uNr gpgme-1.0.3/gpgme/gpgme-config.in 
gpgme-1.0.3-new/gpgme/gpgme-config.in
 --- gpgme-1.0.3/gpgme/gpgme-config.in  2004-05-21 15:49:38.000000000 -0400
 +++ gpgme-1.0.3-new/gpgme/gpgme-config.in      2005-07-05 09:43:29.000000000 
-0400

Index: gpgme11.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gpgme11.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gpgme11.info        13 Jul 2006 06:43:06 -0000      1.14
+++ gpgme11.info        9 Aug 2006 01:49:52 -0000       1.15
@@ -1,6 +1,6 @@
 Package: gpgme11
 Version: 1.0.3
-Revision: 9
+Revision: 10
 Maintainer: Darian Lanx <[EMAIL PROTECTED]>
 BuildDepends: gdbm3, libiconv-dev, libgettext3-dev, libgpg-error, pth (>= 
1.4.1-2)
 Depends: %N-shlibs (= %v-%r)
@@ -43,6 +43,9 @@
 Some earlier versions of gpgme-shlibs and perhaps gpgme11-shlibs
 had files in %N-shlibs that later moved to %N, so %N has
 Replaces to smooth the upgrade path.
+
+dmacks--if using pth, then even main lib uses pth (ath-pth-compa.o) so
+make sure to link libpth.
 <<
 InstallScript: make install DESTDIR=%d
 UpdateConfigGuess: true


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to