]> granicus.if.org Git - sysstat/commit
configure script updated: Added --disable-stripping option.
authorSebastien Godard <sysstat@orange.fr>
Mon, 2 Jan 2012 13:50:53 +0000 (14:50 +0100)
committerSebastien Godard <sysstat@orange.fr>
Mon, 2 Jan 2012 13:50:53 +0000 (14:50 +0100)
commit7d4ae819e27aa007cc6877f8091072ba6f969d35
tree050cf3784531737d4fdbf6bc03b33b21a92d0e41
parentf9426c385851f030dcf09ec004db0bff8278aa0d
configure script updated: Added --disable-stripping option.

The configure script has been updated, with the addition of a new
option (--disable-stripping) which tells configure to NOT strip
object files (option "-s" is no longer passed to gcc when linking
the binaries).

From Petr Uzel <petr.uzel@suse.cz> 13/11/2011 11:45 AM

Could you please add something like make install_nostrip to the
Makefile? By default, the buildsystem uses LDFLAGS = -s, which always
strips the resulting binary. In openSUSE, we have to patch this,
because we need to strip the binaries on our own (to create
sysstat-debug{source,info} packages).
CHANGES
Makefile.in
build/stripping [new file with mode: 0644]
configure
configure.in
iconfig