diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:53:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:53:10 (EDT) |
commit | d6e5840c22eead963b449241bca40247ce12b9c9 (patch) | |
tree | d152684ce1c8876e5e7d64afad759c2587e9a401 /libmudflap.0.pkg/control | |
parent | ffc777d72ab2e202975c852f87099b1cec1d6673 (diff) |
Fix some dependencies.
Diffstat (limited to 'libmudflap.0.pkg/control')
-rw-r--r-- | libmudflap.0.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap.0.pkg/control b/libmudflap.0.pkg/control index b15865d..7771f5f 100644 --- a/libmudflap.0.pkg/control +++ b/libmudflap.0.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-4.7-common (= ${Binary-Version}), libc.6 +Depends: gcc-4.7-common (= ${Binary-Version}) Description: GCC mudflap library The GCC mudflap library instruments all risky pointer/array dereferencing operations, some standard library string/heap functions, and some other |