diff options
author | jbj <devnull@localhost> | 2003-03-20 23:42:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-20 23:42:05 +0000 |
commit | 96cd0c2e288fa8ca561ad814265bc2138a80ddaa (patch) | |
tree | 8c3939312d025ed2db8e0822023e340252546d30 /rpmio/rpmsq.c | |
parent | 97ec1053c9290e6f43e661be733ba08e3b1175b5 (diff) | |
download | librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.gz librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.tar.bz2 librpm-tizen-96cd0c2e288fa8ca561ad814265bc2138a80ddaa.zip |
Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.
Bump popt version.
CVS patchset: 6710
CVS date: 2003/03/20 23:42:05
Diffstat (limited to 'rpmio/rpmsq.c')
-rw-r--r-- | rpmio/rpmsq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/rpmsq.c b/rpmio/rpmsq.c index 51cdfb2b5..fafa0d65d 100644 --- a/rpmio/rpmsq.c +++ b/rpmio/rpmsq.c @@ -112,10 +112,12 @@ fprintf(stderr, " Remove(%p): %p\n", ME(), sq); if (sq->pipes[1]) close(sq->pipes[1]); if (sq->pipes[0]) close(sq->pipes[0]); sq->pipes[0] = sq->pipes[1] = -1; +#ifdef NOTYET /* rpmpsmWait debugging message needs */ sq->reaper = 1; sq->status = 0; sq->reaped = 0; sq->child = 0; +#endif ret = sigrelse(SIGCHLD); } } |