I've asked this over on Apache User List, but nobody seems to know...

The file build/rules.mk contains a line like this:

----------------------
INSTALL = $(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c
----------------------

By changing it to:

----------------------
INSTALL = $(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c -s
----------------------

the binaries get stripped during installation. How does one specify this
at 'configure' time?

Bojan

Reply via email to