summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-20 17:45:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-20 17:45:38 (EDT)
commit5a9ea266e3025c84e0677e12a046739ada37b056 (patch)
treec239e8ea1fa58de1a96d1a6f1c6570fae67549eb
parent31125c73d2349ace3c2fa15b3469eddb03d3e99e (diff)
libc.6-dev: Depend on linux-libc-dev.
-rw-r--r--libc.6-dev.pkg/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc.6-dev.pkg/control b/libc.6-dev.pkg/control
index 37397a9..db345af 100644
--- a/libc.6-dev.pkg/control
+++ b/libc.6-dev.pkg/control
@@ -1,6 +1,6 @@
Architecture: any-any-glibc
Platform: all
-Depends: libc.6 (= ${Binary-Version})
+Depends: libc.6 (= ${Binary-Version}), linux-libc-dev [any-linux-any]
Description: Embedded GNU C Library - development files
This package provides the header files, object files, and development libraries
necessary to compile and link programs with the standard C library.