You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bojan Smojver <bo...@rexursive.com> on 2002/07/23 02:24:49 UTC

Apache2: Stripping binaries at install

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