diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-29 14:34:01 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-29 14:34:01 +0200 |
commit | 0372f7d8b4ea14f8248fa287fe43eaf04e93a638 (patch) | |
tree | 4c0938c753c7e48ba8d3afe599710fcd5444d32c /rpmqv.c | |
parent | 604a54277ed21f1fd983c205ad7d36feb3950ce1 (diff) | |
download | rpm-0372f7d8b4ea14f8248fa287fe43eaf04e93a638.tar.gz rpm-0372f7d8b4ea14f8248fa287fe43eaf04e93a638.tar.bz2 rpm-0372f7d8b4ea14f8248fa287fe43eaf04e93a638.zip |
Read default popt aliases again (rhbz#473167)
- makes testsuite depend on local aliases but using default popt config
is widely documented and needs to work, testsuite needs a better method
of disabling it if necessary
Diffstat (limited to 'rpmqv.c')
-rw-r--r-- | rpmqv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -267,9 +267,7 @@ int main(int argc, char *argv[]) (void) poptReadConfigFile(optCon, poptfile); free(poptfile); } -#if RPM_USES_POPTREADDEFAULTCONFIG (void) poptReadDefaultConfig(optCon, 1); -#endif poptSetExecPath(optCon, rpmConfigDir(), 1); while ((arg = poptGetNextOpt(optCon)) > 0) { |