Browse Source

Rene Rebe:

* readded a new glib fix for the famour -pthread issue


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3511 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
d0679a5b56
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/gnome2/glib/we-know-how-to-use-a-compiler.patch

+ 11
- 0
package/gnome2/glib/we-know-how-to-use-a-compiler.patch

@ -0,0 +1,11 @@
--- ./configure.orig 2004-06-04 15:45:24.000000000 +0200
+++ ./configure 2004-07-03 12:38:49.000000000 +0200
@@ -31720,7 +31720,7 @@
# skip cygwin -pthread or -pthreads test
;;
*)
- for flag in pthread pthreads; do
+ for flag in ; do
glib_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -$flag"
if test "$cross_compiling" = yes; then

Loading…
Cancel
Save