]> git.pld-linux.org Git - packages/gnumeric.git/blame - gnumeric-bonobo.patch
- fix for heap overflow in the included PCRE library (CAN-2005-2491)
[packages/gnumeric.git] / gnumeric-bonobo.patch
CommitLineData
437f22ab
JB
1--- gnumeric-0.72/configure.in.orig Tue Oct 23 16:01:13 2001
2+++ gnumeric-0.72/configure.in Tue Oct 23 16:26:55 2001
3@@ -678,6 +678,9 @@
4 AC_SUBST(GDA_LIBS)
5
6 GNUMERIC_LIBS=`gnome-config --libs gnomeui print libglade $bonobo libole2 gal`
7+if test -n "$bonobo" ; then
8+ GNUMERIC_LIBS="$GNUMERIC_LIBS -lbonobox"
9+fi
10 GNUMERIC_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo libole2 gal`
11 AC_SUBST(GNUMERIC_LIBS)
12 AC_SUBST(GNUMERIC_CFLAGS)
This page took 0.02403 seconds and 4 git commands to generate.