[Openswan dev] status of klips26 in HEAD

Nate Carlson natecars at natecarlson.com
Fri Aug 27 10:51:53 CEST 2004


On Thu, 26 Aug 2004, Nate Carlson wrote:
> Just tried a modules26 build again; ran into the same match686.S error.
> Applied the attached patch to module26.make; after that, it builds up to
> the following point:

OK, bad patch, stupid copy/paste. Attached a working module26.make.patch.

------------------------------------------------------------------------
| nate carlson | natecars at natecarlson.com | http://www.natecarlson.com |
|       depriving some poor village of its idiot since 1981            |
------------------------------------------------------------------------
-------------- next part --------------
diff -Naur openswan-2/packaging/makefiles/module26.make openswan-2.NATE/packaging/makefiles/module26.make
--- openswan-2/packaging/makefiles/module26.make	2004-08-27 09:48:31.000000000 -0500
+++ openswan-2.NATE/packaging/makefiles/module26.make	2004-08-27 09:50:02.000000000 -0500
@@ -31,6 +31,9 @@
 ${BUILDDIR}/%.h : ${KLIPSSRC}/%.h
 	ln -s -f $< $@
 
+${BUILDDIR}/%.S : ${KLIPSSRC}/%.S
+	ln -s -f $< $@
+
 ${BUILDDIR}/%.c : ${KLIPSSRC}/des/%.c
 	ln -s -f $< $@
 
@@ -43,7 +46,7 @@
 ${BUILDDIR}/%.c : ${KLIPSSRC}/alg/%.c
 	ln -s -f $< $@
 
-.PRECIOUS: ${BUILDDIR}/%.c ${BUILDDIR}/%.h
+.PRECIOUS: ${BUILDDIR}/%.c ${BUILDDIR}/%.h ${BUILDDIR}/%.S
 
 # I'm not fixing this in a better way, because we should use the
 # in-kernel zlib!


More information about the Dev mailing list