diff options
author | David Schleef <ds@schleef.org> | 2001-07-17 09:54:09 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-17 09:54:09 +0000 |
commit | 93c8ab687190fc3dac8a6d2bfdd42d1fb99b59c0 (patch) | |
tree | acfdebfba7e87ec3c42295f2162487cd1d5de283 /debian/control | |
parent | ebfd672d318b82b8bf1223ab0600ffc017c891a4 (diff) |
Changes to build cross-compiling libraries
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1463dc494..72acf8d80 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,7 @@ Standards-Version: 3.5.2 Package: libuclibc-dev Section: devel Architecture: any -Depends: libuclibc0, ${shlibs:Depends} -Conflicts: libuclibc-dev-i386 +Depends: ${shlibs:Depends} Description: A small implementation of the C library uClibc is an implementation of the standard C library that is much smaller than glibc, which makes it useful for embedded @@ -33,3 +32,4 @@ Description: A compiler wrapper for uClibc to do compilation against uClibc instead of the native libc. This package is used for cross compiling. + |