diff options
author | jbj <devnull@localhost> | 2000-09-14 11:42:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-09-14 11:42:48 +0000 |
commit | 2108d886ba66b90f75a9daa75f8b0a74090e999c (patch) | |
tree | 81096462c152702147c2e2125add58286e812c74 /rpmqv.c | |
parent | 581d3c0324099d067e33cf1a53b2e9eb7478a534 (diff) | |
download | librpm-tizen-2108d886ba66b90f75a9daa75f8b0a74090e999c.tar.gz librpm-tizen-2108d886ba66b90f75a9daa75f8b0a74090e999c.tar.bz2 librpm-tizen-2108d886ba66b90f75a9daa75f8b0a74090e999c.zip |
Revert rpmrc excision for now.
rpmio: add rpmlog.c/rpmlog.h.
CVS patchset: 4163
CVS date: 2000/09/14 11:42:48
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -178,7 +178,11 @@ static struct poptOption optionsTable[] = { { "macros", '\0', POPT_ARG_STRING, ¯ofiles, 0, N_("read <file:...> instead of default macro file(s)"), N_("<file:...>") }, +#ifndef DYING + { "rcfile", '\0', POPT_ARG_STRING, &rcfile, 0, NULL, NULL}, +#else { "rcfile", '\0', 0, 0, GETOPT_RCFILE, NULL, NULL}, +#endif { "showrc", '\0', 0, &showrc, GETOPT_SHOWRC, NULL, NULL}, #if defined(IAM_RPMQV) || defined(IAM_RPMK) |