RetroShare does not build with upnp >= 1.8. Upstream does not have a solution for this yet other than suggesting to switch to using miniupnpc as a workaround. PR: 237406 Submitted by: tobik Approved by: peter@netkey.at (maintainer)
21 lines
516 B
INI
21 lines
516 B
INI
--- retroshare-nogui/src/retroshare-nogui.pro.orig 2019-04-20 14:26:36 UTC
|
|
+++ retroshare-nogui/src/retroshare-nogui.pro
|
|
@@ -115,10 +115,15 @@ macx {
|
|
|
|
freebsd-* {
|
|
INCLUDEPATH *= /usr/local/include/gpgme
|
|
- LIBS *= -lssl
|
|
+ LIBS *= -lssl -lcrypto
|
|
LIBS *= -lgpgme
|
|
- LIBS *= -lupnp
|
|
+ LIBS *= -lminiupnpc
|
|
LIBS *= -lgnome-keyring
|
|
+ LIBS *= -lz
|
|
+ LIBS *= -lthr
|
|
+ LIBS += -lsqlcipher
|
|
+ LIBS *= -lexecinfo
|
|
+ LIBS *= -rdynamic
|
|
}
|
|
|
|
##################################### OpenBSD ######################################
|