Author: ps-guest Date: 2013-11-09 11:30:00 +0000 (Sat, 09 Nov 2013) New Revision: 5756
Modified: glibc-package/branches/eglibc-2.18/debian/changelog glibc-package/branches/eglibc-2.18/debian/sysdeps/kfreebsd.mk Log: sysdeps/kfreebsd.mk: pt_chown is mandatory Modified: glibc-package/branches/eglibc-2.18/debian/changelog =================================================================== --- glibc-package/branches/eglibc-2.18/debian/changelog 2013-11-08 21:42:00 UTC (rev 5755) +++ glibc-package/branches/eglibc-2.18/debian/changelog 2013-11-09 11:30:00 UTC (rev 5756) @@ -65,6 +65,7 @@ [ Petr Salinger ] * kfreebsd/local-sysdeps.diff: update to revision 5135 (from glibc-bsd). * kfreebsd/local-fbtl.diff: likewise + * sysdeps/kfreebsd.mk: pt_chown is mandatory * update symbols file for kfreebsd * update testsuite-checking/expected-results-*-kfreebsd-gnu-* * add kfreebsd/submitted-waitid.diff. Closes: #720188. Modified: glibc-package/branches/eglibc-2.18/debian/sysdeps/kfreebsd.mk =================================================================== --- glibc-package/branches/eglibc-2.18/debian/sysdeps/kfreebsd.mk 2013-11-08 21:42:00 UTC (rev 5755) +++ glibc-package/branches/eglibc-2.18/debian/sysdeps/kfreebsd.mk 2013-11-09 11:30:00 UTC (rev 5756) @@ -3,10 +3,10 @@ MIN_KERNEL_SUPPORTED := 8.3.0 libc = libc0.1 -# Linuxthreads Config +# the pt_chown is mandatory for kfreebsd threads = yes libc_add-ons = ports fbtl $(add-ons) -libc_extra_config_options = $(extra_config_options) +libc_extra_config_options = --enable-pt_chown $(extra_config_options) ifndef KFREEBSD_SOURCE ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

