[Lunar-commits] CVS: moonbase/crypto/cyrus-sasl BUILD,1.7,1.8

Joel Vennin jol at lunar-linux.org
Thu Mar 17 23:04:02 UTC 2005


Update of /var/cvs/lunar/moonbase/crypto/cyrus-sasl
In directory espresso.foo-projects.org:/tmp/cvs-serv17149

Modified Files:
	BUILD 
Log Message:
I've fix a dirty problem from the libsasl. In fact some people has a link
error on the libsasl. If you want to know if you should recompile
libsasl make this command:
ldd -r /usr/lib/libsasl.so
Thus if you have a undefined crypt symbol you need to recompile it.
Jol



Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/cyrus-sasl/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	27 Dec 2004 20:22:22 -0000	1.7
+++ BUILD	17 Mar 2005 23:03:59 -0000	1.8
@@ -3,7 +3,8 @@
   patch_it $SOURCE_CACHE/$SOURCE3 1                               &&
   cp configure configure.old                                      &&
   sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/"  utils/Makefile.in        \
-                         sample/Makefile.in saslauthd/Makefile.in &&
+                         sample/Makefile.in saslauthd/Makefile.in  \
+                         lib/Makefile.in          &&
 
   OPTS=$OPTS" --with-pam                           \
               --enable-login                       \



More information about the Lunar-commits mailing list