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

r861 - glibc-package/branches/glibc-2.3.4/debian/sysdeps



Author: gotom
Date: 2005-03-21 05:29:48 +0100 (Mon, 21 Mar 2005)
New Revision: 861

Modified:
   glibc-package/branches/glibc-2.3.4/debian/sysdeps/gnu.mk
   glibc-package/branches/glibc-2.3.4/debian/sysdeps/kfreebsd-gnu.mk
   glibc-package/branches/glibc-2.3.4/debian/sysdeps/linux.mk
Log:
    * Add glibc-libidn package handling for the following files:
      - debian/sysdeps/gnu.mk
      - debian/sysdeps/linux.mk
      - debian/sysdeps/kfreebsd-gnu.mk
      - debian/rules


Modified: glibc-package/branches/glibc-2.3.4/debian/sysdeps/gnu.mk
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/sysdeps/gnu.mk	2005-03-21 04:28:38 UTC (rev 860)
+++ glibc-package/branches/glibc-2.3.4/debian/sysdeps/gnu.mk	2005-03-21 04:29:48 UTC (rev 861)
@@ -2,7 +2,7 @@
 
 # FIXME: Have to do both nptl and linuxthreads for now, because of the
 # patch system.  Shouldn't need either of these.
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads*)
+GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
 
 threads = no
 libc = libc0.3

Modified: glibc-package/branches/glibc-2.3.4/debian/sysdeps/kfreebsd-gnu.mk
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/sysdeps/kfreebsd-gnu.mk	2005-03-21 04:28:38 UTC (rev 860)
+++ glibc-package/branches/glibc-2.3.4/debian/sysdeps/kfreebsd-gnu.mk	2005-03-21 04:29:48 UTC (rev 861)
@@ -2,7 +2,7 @@
 
 # FIXME: Have to do both nptl and linuxthreads for now, because of the
 # patch system.  Should be only linuxthreads.
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads*)
+GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
 
 libc = libc1
 

Modified: glibc-package/branches/glibc-2.3.4/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/sysdeps/linux.mk	2005-03-21 04:28:38 UTC (rev 860)
+++ glibc-package/branches/glibc-2.3.4/debian/sysdeps/linux.mk	2005-03-21 04:29:48 UTC (rev 861)
@@ -1,4 +1,4 @@
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads*)
+GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
 MIN_KERNEL_SUPPORTED := 2.2.0
 libc = libc6
 



Reply to: