mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 02:24:18 -04:00
Fixed the OSX GPG bug!!!! Turns out that the gpg processes were not being cleaned up,
so RS ended up with 200+ zombie child processes. This prevented gpg from being called. The fix was to add waitpid() calls to cleanup the zombies. * added cleanupZombies() to authgpg.cc (OSX only). * updated OSX gpgme libraries to 1.3.0 (added libassuan to RetroShare.pro). git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a1154b6935
commit
1f33bdc471
2 changed files with 60 additions and 2 deletions
|
@ -121,7 +121,7 @@ macx {
|
|||
|
||||
CONFIG += version_detail_bash_script
|
||||
LIBS += ../../libretroshare/src/lib/libretroshare.a
|
||||
LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error
|
||||
LIBS += -lssl -lcrypto -lz -lgpgme -lgpg-error -lassuan
|
||||
LIBS += ../../../miniupnpc-1.0/libminiupnpc.a
|
||||
LIBS += -framework CoreFoundation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue