OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Oct-2002 14:05:10
Branch: HEAD Handle: 2002102813050900
Added files:
openpkg-src/sasl sasl.patch
Log:
Repaired build process by patching lib/Makefile.in to force a symbolic link.
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/sasl/sasl.patch
____________________________________________________________________________
Index: openpkg-src/sasl/sasl.patch
============================================================
$ cvs update -p -r1.1 sasl.patch
diff -Naur cyrus-sasl-2.1.9.orig/lib/Makefile.in cyrus-sasl-2.1.9/lib/Makefile.in
--- cyrus-sasl-2.1.9.orig/lib/Makefile.in Mon Oct 28 13:55:03 2002
+++ cyrus-sasl-2.1.9/lib/Makefile.in Mon Oct 28 13:58:14 2002
@@ -437,7 +437,7 @@
plugin_common.lo: plugin_common.o
- ln -s $(top_builddir)/plugins/plugin_common.lo plugin_common.lo
+ ln -fs $(top_builddir)/plugins/plugin_common.lo plugin_common.lo
plugin_common.o:
ln -s $(top_builddir)/plugins/plugin_common.o plugin_common.o
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]