Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-07-14 20:11:53 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-07-14 20:11:53 +0400
commitc4eefe74c659ed892ae089d6ae40fc6389bc60a3 (patch)
treee9e23256bb2ae66ae915b0a3463347cc316227a4 /scripts
parent470a0890f2c9a506ce870a5619c7d88fb5a96593 (diff)
Use local OpenSSL for static build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/binserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/binserver.pl b/scripts/binserver.pl
index e366177cc..3b85b1e9d 100644
--- a/scripts/binserver.pl
+++ b/scripts/binserver.pl
@@ -49,7 +49,7 @@ unlink("src/murmur/Murmur.h");
unlink("src/murmur/Murmur.cpp");
unlink("src/murmur/Mumble.pb.h");
unlink("src/murmur/Mumble.pb.cc");
-system("/usr/local/Trolltech/Qt-4.6.1/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
+system("PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig:/usr/local/ssl/lib/pkgconfig /usr/local/Trolltech/Qt-4.6.1/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
system("make");
system("strip release/murmurd");