Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 190501 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 39501-39507 Link Here
39501
#     building shared libraries with linux.
39501
#     building shared libraries with linux.
39502
#
39502
#
39503
case $host in
39503
case $host in
39504
  *-*-linux*)
39504
  *-*-freebsd*|*-*-linux*)
39505
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
39505
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
39506
    ;;
39506
    ;;
39507
  *)
39507
  *)
(-)a/configure.in (-1 / +2 lines)
Lines 1949-1957 Link Here
1949
# 
1949
# 
1950
#  a) GCC < 3.3 for Linux doesn't include -lpthread when
1950
#  a) GCC < 3.3 for Linux doesn't include -lpthread when
1951
#     building shared libraries with linux.
1951
#     building shared libraries with linux.
1952
#  b) FreeBSD doesn't do this either.
1952
#
1953
#
1953
case $host in
1954
case $host in
1954
  *-*-linux*)
1955
  *-*-freebsd*|*-*-linux*)
1955
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
1956
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
1956
    ;;
1957
    ;;
1957
  *) 	 
1958
  *) 	 

Return to bug 190501