mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed command to grab upnp patched version
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4c077eda2e
commit
8a3973de81
@ -12,7 +12,7 @@ CONFIG += test_voip
|
|||||||
#CONFIG += newservices
|
#CONFIG += newservices
|
||||||
|
|
||||||
# Beware: All data of the stripped services are lost
|
# Beware: All data of the stripped services are lost
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
#ENABLE_CACHE_OPT
|
#ENABLE_CACHE_OPT
|
||||||
|
|
||||||
profiling {
|
profiling {
|
||||||
@ -219,7 +219,7 @@ linux-* {
|
|||||||
#CONFIG += version_detail_bash_script
|
#CONFIG += version_detail_bash_script
|
||||||
|
|
||||||
# Check if the system's libupnp has been Debian-patched
|
# Check if the system's libupnp has been Debian-patched
|
||||||
system(grep -E 'char[[:space:]]+PublisherUrl' $${UPNP_DIR}/upnp.h &>/dev/null) {
|
system(grep -E 'char[[:space:]]+PublisherUrl' $${UPNP_DIR}/upnp.h >/dev/null 2>&1) {
|
||||||
# Normal libupnp
|
# Normal libupnp
|
||||||
} else {
|
} else {
|
||||||
# Patched libupnp or new unreleased version
|
# Patched libupnp or new unreleased version
|
||||||
|
Loading…
Reference in New Issue
Block a user