mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
1.6 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/gnome2/gnet/no-dashpthread-in-la.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./configure.ac.orig 2004-12-04 23:25:59.663292424 +0100
+++ ./configure.ac 2004-12-04 23:28:30.555353344 +0100
@@ -179,7 +179,7 @@
[dash_pthread=""
AC_MSG_RESULT(no)])
])
- LIBS="$gnet_save_LIBS $dash_pthread"
+ LIBS="$gnet_save_LIBS"
if test "x$dash_pthread" == "x"; then
AC_CHECK_LIB([pthread],
--- ./configure.orig 2004-12-04 23:28:38.815097672 +0100
+++ ./configure 2004-12-04 23:29:17.616199008 +0100
@@ -4834,7 +4834,7 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- LIBS="$gnet_save_LIBS $dash_pthread"
+ LIBS="$gnet_save_LIBS"
if test "x$dash_pthread" == "x"; then
echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5