Bazsi, Would it be possible to apply this patch against libol configure.in file? This patch allows the libol to be compiled with the same CFLAGS used in Linux distros (at least the RPM based ones). In a specfile the %configure macro automatically assigns CFLAGS with the cflags used to compile the distro. Note: The configure.in in the syslog-ng already does something similar. Regards, jpo -- José Pedro Oliveira * mailto: jpo@di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * diff -ru libol-0.3.13+20040502-original/configure.in libol-0.3.13+20040502-modified/configure.in --- libol-0.3.13+20040502-original/configure.in 2004-01-19 13:20:38.000000000 +0000 +++ libol-0.3.13+20040502-modified/configure.in 2004-05-03 20:21:25.000000000 +0100 @@ -106,7 +106,7 @@ if test $enable_debug = "yes"; then CFLAGS="-Wall -g" else - CFLAGS="-Wall -O2" + CFLAGS="$CFLAGS -Wall" fi MAKE_CLASS="$srcdir/utils/make_class"
2004-05-03, h keltezéssel 21:34-kor José Pedro Oliveira ezt írta:
Bazsi,
Would it be possible to apply this patch against libol configure.in file?
This patch allows the libol to be compiled with the same CFLAGS used in Linux distros (at least the RPM based ones). In a specfile the %configure macro automatically assigns CFLAGS with the cflags used to compile the distro.
Note: The configure.in in the syslog-ng already does something similar.
committed. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
José Pedro Oliveira