patches/eog-02-add-libgthread.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 15129 9825f1447c4b
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- eog-2.25.91/configure.ac.ori	2009-02-18 05:54:24.414520794 +0000
+++ eog-2.25.91/configure.ac	2009-02-18 05:54:54.862678878 +0000
@@ -118,6 +118,9 @@
 	AC_MSG_ERROR([No sufficient zlib library found on your system.])
 fi
 
+dnl *** check for gthread-2.0 library ***
+AC_CHECK_LIB(gthread-2.0, g_thread_init)
+
 # ***************
 # EXIF (optional)
 # ***************