summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard de Ruijter2017-09-23 18:50:20 +0200
committerLeonard de Ruijter2017-09-23 18:50:20 +0200
commitc5a0961bf5da76f90ed80170eabb26617d872116 (patch)
treec6d4fe1174930ee9f5859a498854b3c8e9b4a72f /PKGBUILD
parent746b094e6fe1c3c4214141e18e9d793a4b068e06 (diff)
downloadaur-c5a0961bf5da76f90ed80170eabb26617d872116.tar.gz
Revert "Fixed ssl"
This reverts commit 1b19381fea17781e4711aace3564cd4b60fb6342.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c6d4fcd1fe5..8cc85677c925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=icecast-kh
pkgver=2.4.0_kh6
-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
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-openssl=/usr/bin/openssl
make
}