[arch-commits] Commit in murmur/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Apr 5 09:23:25 UTC 2017


    Date: Wednesday, April 5, 2017 @ 09:23:24
  Author: arojas
Revision: 220553

Build against openssl 1.1 again

Modified:
  murmur/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 09:21:50 UTC (rev 220552)
+++ PKGBUILD	2017-04-05 09:23:24 UTC (rev 220553)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.19
-pkgrel=4
+pkgrel=5
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net"
@@ -24,9 +24,7 @@
 build() {
   cd ${srcdir}/mumble-$pkgver
 
-  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"
+  qmake-qt4 main.pro CONFIG+="no-client no-ice"
   make release
 }
 



More information about the arch-commits mailing list