diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-24 00:24:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-24 00:24:41 (EDT) |
commit | 8c9cd4b3eccd4f60b59e5f9be0cd5a8983943d55 (patch) | |
tree | 1fe8aafc1cb970cef4186ea46d161e62b223d7ae /nscd.pkg/control | |
parent | 5d461566271354eb22d433325ba242f6932d5686 (diff) |
Only build EGLIBC packages for *-*-eglibc arches.
It doesn't make sense to build EGLIBC for, e.g., a uClibc architecture.
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 74e2bef..cd0521e 100644 --- a/nscd.pkg/control +++ b/nscd.pkg/control @@ -1,5 +1,5 @@ Package: nscd -Architecture: any +Architecture: any-any-eglibc Description: Embedded GNU C Library - Name Service Cache Daemon This package provides NSCD, a daemon that looks up and caches results for various services and databases. |