summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard de Ruijter2017-03-05 18:44:04 +0100
committerLeonard de Ruijter2017-03-05 18:44:04 +0100
commit1b19381fea17781e4711aace3564cd4b60fb6342 (patch)
tree23361942c0cacd365645f3cabe10fd53ff54a41b /PKGBUILD
parent51cb9e07a4bc410a36f6ba281cd2a21d6e54c089 (diff)
downloadaur-1b19381fea17781e4711aace3564cd4b60fb6342.tar.gz
Fixed ssl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc1602a40fcb..8287d57db859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=icecast-kh
pkgver=2.4.0_kh4
-pkgrel=1
+pkgrel=2
pkgdesc='The KH branche extends the official release of Icecast with features that may be (if found to be working out well) merged into the next official release.'
arch=('i686' 'x86_64')
url='http://karlheyes.github.com'
@@ -27,7 +27,7 @@ _srcpath=$pkgname-${pkgname/-*}-${pkgver//_/-}
build() {
cd "$srcdir/$_srcpath"
patch -Np1 -i "${srcdir}/start-by-icecast.patch"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-openssl=/usr/bin/openssl
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}