summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-22 18:04:54 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-22 18:04:54 (EST)
commitd6ba06f152d3f38b865fed6a29390677fc879722 (patch)
tree1c1a946b8be249471f4c26beab3b9629d997d9b7
parent4fd941d8f16c596bfc1e93a8f139c64feb65058f (diff)
Build all packages for any-any-glibc.
The "eglibc" architecture string component is being renamed to "glibc" because EGLIBC is expected to be discontinued after the 2.19 release and all we care about in the architecture string is the ABI.
-rw-r--r--libc-bin.pkg/control2
-rw-r--r--libc-dev-bin.pkg/control2
-rw-r--r--libc.6-dbg.pkg/control2
-rw-r--r--libc.6-dev.pkg/control2
-rw-r--r--libc.6.pkg/control2
-rw-r--r--locales.pkg/control2
-rw-r--r--nscd.pkg/control2
7 files changed, 7 insertions, 7 deletions
diff --git a/libc-bin.pkg/control b/libc-bin.pkg/control
index aa9506b..1ddd6fd 100644
--- a/libc-bin.pkg/control
+++ b/libc-bin.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - binaries
diff --git a/libc-dev-bin.pkg/control b/libc-dev-bin.pkg/control
index e67ed4a..44a4abc 100644
--- a/libc-dev-bin.pkg/control
+++ b/libc-dev-bin.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - development binaries
diff --git a/libc.6-dbg.pkg/control b/libc.6-dbg.pkg/control
index 3a5e578..0d623a1 100644
--- a/libc.6-dbg.pkg/control
+++ b/libc.6-dbg.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - debugging symbols
diff --git a/libc.6-dev.pkg/control b/libc.6-dev.pkg/control
index 03737e8..5831561 100644
--- a/libc.6-dev.pkg/control
+++ b/libc.6-dev.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - development files
diff --git a/libc.6.pkg/control b/libc.6.pkg/control
index ec2e0ab..a2d4bbe 100644
--- a/libc.6.pkg/control
+++ b/libc.6.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Description: Embedded GNU C Library - shared libraries
This package provides the standard C library, the standard math library, and
diff --git a/locales.pkg/control b/locales.pkg/control
index 6391f03..f4b0ce2 100644
--- a/locales.pkg/control
+++ b/locales.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - locale data
diff --git a/nscd.pkg/control b/nscd.pkg/control
index ff5eae5..5dc8f52 100644
--- a/nscd.pkg/control
+++ b/nscd.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any-any-eglibc
+Architecture: any-any-eglibc any-any-glibc
Platform: all
Depends: libc.6 (= ${Binary-Version})
Description: Embedded GNU C Library - Name Service Cache Daemon