summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-09-14 11:42:48 +0000
committerjbj <devnull@localhost>2000-09-14 11:42:48 +0000
commit2108d886ba66b90f75a9daa75f8b0a74090e999c (patch)
tree81096462c152702147c2e2125add58286e812c74 /rpmqv.c
parent581d3c0324099d067e33cf1a53b2e9eb7478a534 (diff)
downloadlibrpm-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-xrpmqv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmqv.c b/rpmqv.c
index b300abaf7..165d18f10 100755
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -178,7 +178,11 @@ static struct poptOption optionsTable[] = {
{ "macros", '\0', POPT_ARG_STRING, &macrofiles, 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)