[packages/tclsasl] - rel 9; fix linking

arekm arekm at pld-linux.org
Sat May 31 22:36:28 CEST 2014


commit 102f72f9ff768255e952829045bf34d551810de3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat May 31 22:36:25 2014 +0200

    - rel 9; fix linking

 tclsasl-automake.patch | 11 +++++++++++
 tclsasl.spec           |  3 +--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/tclsasl.spec b/tclsasl.spec
index d4dd58b..8f17a0d 100644
--- a/tclsasl.spec
+++ b/tclsasl.spec
@@ -2,7 +2,7 @@ Summary:	SASL Tcl extension
 Summary(pl.UTF-8):	Rozszerzenie SASL dla Tcl
 Name:		tclsasl
 Version:	1.0
-Release:	8
+Release:	9
 License:	distributable
 Group:		Development/Languages/Tcl
 Source0:	http://beepcore-tcl.sourceforge.net/%{name}-%{version}.tgz
@@ -40,7 +40,6 @@ rm -f config/missing
 %configure
 
 %{__make} \
-	LIB_TCL="-ltcl" \
 	LIB_SASL="-lsasl -R %{_libdir}/sasl2 -L%{_libdir}/sasl2 -lsasldb"
 
 %install
diff --git a/tclsasl-automake.patch b/tclsasl-automake.patch
index 1fb0cf6..8993d9b 100644
--- a/tclsasl-automake.patch
+++ b/tclsasl-automake.patch
@@ -9,3 +9,14 @@
  AC_SUBST(CONFIGDIR)
  AC_PROG_CC
 
+--- tclsasl-1.0/Makefile.am~	2002-06-16 00:29:42.000000000 +0200
++++ tclsasl-1.0/Makefile.am	2014-05-31 22:29:37.126051441 +0200
+@@ -1,7 +1,7 @@
+ # Makefile.am for the Tcl SRV RR library
+ # 
+ 
+-LIB_TCL		= -ltcl83
++LIB_TCL		= @TCL_LIB_SPEC@ @TCL_STUB_LIB_SPEC@
+ LIB_SASL	= @CYRUS_LIBS@
+ 
+ tclsasl_version = 1:0:1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tclsasl.git/commitdiff/102f72f9ff768255e952829045bf34d551810de3



More information about the pld-cvs-commit mailing list