Package: heimdal
Severity: important
Version: 1.2.dfsg.1-2
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs updated cf/pthreads.m4 and corresponding change
in configure. Please find needed changes bellow.

It would also be nice if you can ask upstream
to include cf/pthreads.m4 change.

Thanks in advance

                        Petr



--- cf/pthreads.m4~     2008-09-19 09:35:43.000000000 +0000
+++ cf/pthreads.m4      2008-09-19 09:35:43.000000000 +0000
@@ -41,6 +41,11 @@
                ;;
        esac
        ;;
+*-*-kfreebsd*-gnu*)
+       native_pthread_support=yes
+       PTHREADS_CFLAGS=-pthread
+       PTHREADS_LIBS=-pthread
+       ;;
 *-*-aix*)
        dnl AIX is disabled since we don't handle the utmp/utmpx
         dnl problems that aix causes when compiling with pthread support


--- configure~  2008-09-19 09:39:15.000000000 +0000
+++ configure   2008-09-19 09:39:15.000000000 +0000
@@ -13581,6 +13581,11 @@
                ;;
        esac
        ;;
+*-*-kfreebsd*-gnu*)
+       native_pthread_support=yes
+       PTHREADS_CFLAGS=-pthread
+       PTHREADS_LIBS=-pthread
+       ;;
 *-*-aix*)
                        native_pthread_support=no
        ;;




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to