summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Hernberg2016-04-05 14:02:20 +0200
committerJoakim Hernberg2016-04-05 14:02:20 +0200
commit900f592ce7c4ab00b12a8c97bafe1e00ad1b5f3c (patch)
treeb003964d1e153b22f71ee45d0827b30cd40ba8d4 /PKGBUILD
parente51ed2e4292c149ef7fd157325314af703ff24b3 (diff)
downloadaur-900f592ce7c4ab00b12a8c97bafe1e00ad1b5f3c.tar.gz
fix build problem by disabling SSL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740ae5256d63..44341342e534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Markus Opitz <mastero23 at gmail dot com>
pkgname=oscam-svn
-pkgver=10680
+pkgver=11225
pkgrel=1
pkgdesc="The Open Source Conditional Access Module daemon"
@@ -29,6 +29,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
make allyesconfig
+ ./config.sh --disable WITH_SSL
make OSCAM_BIN=oscam CONF_DIR=/etc/oscam USE_LIBUSB=1 USE_PCSC=1
}