[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#206663: glibc: some GNU/KFreeBSD fixes



Package: glibc
Version: unavailable; reported 2003-08-22
Severity: wishlist

This patch includes a few minor fixes to support GNU/KFreeBSD in
the file specific to the Debian package. FreeBSD's kernel (KFreeBSD)
is not supported in upstream sources though (and won't be for a long time).

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.25 #1 Fri Jun 20 19:28:33 EST 2003 i686
Locale: LANG=ca_ES@euro, LC_CTYPE=ca_ES@euro

diff -Nur glibc-2.3.2.old/debian/sysdeps/freebsd.mk glibc-2.3.2/debian/sysdeps/freebsd.mk
--- glibc-2.3.2.old/debian/sysdeps/freebsd.mk	2003-08-22 02:31:49.000000000 +0200
+++ glibc-2.3.2/debian/sysdeps/freebsd.mk	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-threads = yes
-config-os = freebsd-gnu
-add-ons = linuxthreads
-NO_TEST = yes
-extra_config_options := --disable-compatible-utmp --enable-kernel-include=4.6
diff -Nur glibc-2.3.2.old/debian/sysdeps/kfreebsd-gnu.mk glibc-2.3.2/debian/sysdeps/kfreebsd-gnu.mk
--- glibc-2.3.2.old/debian/sysdeps/kfreebsd-gnu.mk	1970-01-01 01:00:00.000000000 +0100
+++ glibc-2.3.2/debian/sysdeps/kfreebsd-gnu.mk	2003-08-22 04:57:22.000000000 +0200
@@ -0,0 +1,5 @@
+threads = yes
+config-os = kfreebsd-gnu
+add-ons = linuxthreads
+NO_TEST = yes
+extra_config_options := --disable-compatible-utmp --enable-kernel-include=4.6
diff -Nur glibc-2.3.2.old/debian/sysdeps/soname.mk glibc-2.3.2/debian/sysdeps/soname.mk
--- glibc-2.3.2.old/debian/sysdeps/soname.mk	2003-08-22 02:31:49.000000000 +0200
+++ glibc-2.3.2/debian/sysdeps/soname.mk	2003-08-22 04:58:01.000000000 +0200
@@ -9,7 +9,7 @@
     ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
       libc = libc0.3
     else
-      ifeq ($(DEB_HOST_GNU_SYSTEM),freebsd)
+      ifeq ($(DEB_HOST_GNU_SYSTEM),kfreebsd-gnu)
         libc = libc1
       else
         libc = libc6

Reply to: