diff options
author | jbj <devnull@localhost> | 2001-03-22 23:39:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-03-22 23:39:01 +0000 |
commit | 1975b49aa7167e7694da5659e29660aca44d02fc (patch) | |
tree | f64a99c29e665281201064212f89d4e0022bb279 /build | |
parent | 731946f4b90eb1173452dd30f1296dd825155d82 (diff) | |
download | rpm-1975b49aa7167e7694da5659e29660aca44d02fc.tar.gz rpm-1975b49aa7167e7694da5659e29660aca44d02fc.tar.bz2 rpm-1975b49aa7167e7694da5659e29660aca44d02fc.zip |
- python: strip header regions during unload.
- add -g to optflags in per-platform config.
- permit confgure/compile with db3-3.2.9.
- permit manifest files as args to query/verify modes.
CVS patchset: 4649
CVS date: 2001/03/22 23:39:01
Diffstat (limited to 'build')
-rw-r--r-- | build/parsePrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index 9f81d9f46..63b113667 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -9,7 +9,7 @@ #include <rpmbuild.h> #include "debug.h" -/*@access StringBuf @8/ /* compared with NULL */ +/*@access StringBuf @*/ /* compared with NULL */ /* These have to be global to make up for stupid compilers */ static int leaveDirs, skipDefaultAction; |