[Openswan dev] Patch building openswan without xlmto

Gilles Espinasse g.esp at free.fr
Sun Dec 14 05:57:01 EST 2008


I have achieved fast and somewhat very dirty changes to compile
openswan-2.6.20dr2 without xmlto. One part is clean and others are actually
dirty.

Could cleaned changes be accepted?

First step is simply allow to redefine SUBDIR using for example
SUBDIRS="lib programs" make programs
Much more is needed when compiling programs/*

--- openswan-2.6.20dr2/Makefile.top.old 2008-12-03 19:22:30.000000000 +0100
+++ openswan-2.6.20dr2/Makefile.top 2008-12-14 11:12:15.000000000 +0100
@@ -29,7 +29,7 @@
 KVUTIL=${MAKEUTILS}/kernelversion
 KVSHORTUTIL=${MAKEUTILS}/kernelversion-short

-SUBDIRS=doc lib programs testing
+SUBDIRS ?= doc lib programs testing

 clean::
  -(cd ${OPENSWANSRCDIR} && $(MAKE) modclean && $(MAKE) mod26clean)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: openswan-2.6.20_nodoc-1.patch
Type: application/octet-stream
Size: 398 bytes
Desc: not available
Url : http://lists.openswan.org/pipermail/dev/attachments/20081214/d69f3d71/attachment.obj 


More information about the Dev mailing list