diff options
author | P. 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) |
commit | d6ba06f152d3f38b865fed6a29390677fc879722 (patch) | |
tree | 1c1a946b8be249471f4c26beab3b9629d997d9b7 /nscd.pkg/control | |
parent | 4fd941d8f16c596bfc1e93a8f139c64feb65058f (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.
Diffstat (limited to 'nscd.pkg/control')
-rw-r--r-- | nscd.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |