Просмотр исходного кода

Repaired build process by patching lib/Makefile.in to force a symbolic link.

Michael Schloh von Bennewitz 23 лет назад
Родитель
Сommit
a111c8f021
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      sasl/sasl.patch

+ 12 - 0
sasl/sasl.patch

@@ -0,0 +1,12 @@
+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