export QTLIB=/usr/lib64/qt4/
%endif
+# most distributions now set default CFLAGS with -D_FORTIFY_SOURCE=2.
+# from glibc 2.7 on this causes false detection of buffer overflows in
+# the file daemon.
+export CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
+
%configure \
--prefix=/usr \
--sbindir=/usr/sbin \
%endif
%changelog
+* Sat Feb 09 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix for false buffer overflow detection with glibc >= 2.7
* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
- 2.2.8 release
- add debug package for SuSE
export QTLIB=/usr/lib64/qt4/
%endif
+# most distributions now set default CFLAGS with -D_FORTIFY_SOURCE=2.
+# from glibc 2.7 on this causes false detection of buffer overflows in
+# the file daemon.
+export CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
+
%configure \
--prefix=/usr \
--sbindir=/usr/sbin \
%endif
%changelog
+* Sat Feb 09 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix for false buffer overflow detection with glibc >= 2.7
* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
- 2.2.8 release
- add debug package for SuSE
export QTLIB=/usr/lib64/qt4/
%endif
+# most distributions now set default CFLAGS with -D_FORTIFY_SOURCE=2.
+# from glibc 2.7 on this causes false detection of buffer overflows in
+# the file daemon.
+export CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
+
%configure \
--prefix=/usr \
--sbindir=/usr/sbin \
%endif
%changelog
+* Sat Feb 09 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix for false buffer overflow detection with glibc >= 2.7
* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
- 2.2.8 release
- add debug package for SuSE