Browse Source

fixed glib to use -lpthread as library _AND NOT -pthread_ !!!

(To Chris Hamilton: This should fix your SDL* -> paragui problems - halfly
tested due to lack of sleep and presenting ROCK at CeBIT the whole day - but
I guess sleep is not expected in todays world ...)


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

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

@ -0,0 +1,11 @@
--- glib-crap/configure.orig 2004-03-19 00:56:42.000000000 +0100
+++ glib-crap.corrected/configure 2004-03-19 00:58:51.000000000 +0100
@@ -29002,7 +29002,7 @@
CFLAGS="$glib_save_CFLAGS"
if test $glib_flag_works = yes ; then
G_THREAD_CFLAGS=-$flag
- G_THREAD_LIBS=-$flag
+ G_THREAD_LIBS=-l$flag
fi
done
fi

Loading…
Cancel
Save