[arch-commits] Commit in murmur/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Wed Mar 29 15:16:49 UTC 2017
    
    
  
    Date: Wednesday, March 29, 2017 @ 15:16:48
  Author: arojas
Revision: 219850
Make sure to link to openssl-1.0
Modified:
  murmur/trunk/PKGBUILD
----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 15:12:51 UTC (rev 219849)
+++ PKGBUILD	2017-03-29 15:16:48 UTC (rev 219850)
@@ -24,7 +24,9 @@
 build() {
   cd ${srcdir}/mumble-$pkgver
 
-  qmake-qt4 main.pro CONFIG+="no-client no-ice"
+  qmake-qt4 main.pro CONFIG+="no-client no-ice" \
+    INCLUDEPATH+="/usr/include/openssl-1.0" \
+    QMAKE_LFLAGS+="-L/usr/lib/openssl-1.0 -lssl -lcrypto"
   make release
 }
 
    
    
More information about the arch-commits
mailing list