Fault in Makefile.modules.3rd / port apache 2

Nicola Tiling nti at w4w.net
Tue Oct 19 05:53:55 PDT 2004


Hi

I think there is a fault in "Makefile.modules.3rd", line 228.

With 

	DSO_MODULE_CONFARG=  --enable-$${module}-shared

no modules are installed. I've changed it to

	DSO_MODULE_CONFARG=  --enable-$${module}=shared

and now it works

In the documentation 

http://httpd.apache.org/docs-2.0/programs/configure.html#installationdirectories

There was alos a "=" between the modulname and the "shared"

...
--enable-MODULE=shared
    The corresponding module will be build as DSO module.
...


Excuse my bad english, regards

Nicola 



More information about the freebsd-ports mailing list