Package: log4shib / 2.0.0-2

Metadata

Package Version Patches format
log4shib 2.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Disable building the static library by default.patch | (download)

configure.ac | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable building the static library by default


Simplify C XX FLAGS handling.patch | (download)

configure.ac | 9 3 6 - 0 !
1 file changed, 3 insertions( ), 6 deletions(-)

 simplify c(xx)flags handling

Leave the default at -g -O2 as AC_PROG_CC sets it; such options are
better customized by setting C(XX)FLAGS on the command line.
Defining NDEBUG is risky, don't do that; use --enable-debug for
producing the debug variant only (which is identical to the normal
variant at the moment).