summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-21 12:57:43 +0200
committerMarcell Meszaros2022-05-21 12:57:43 +0200
commit6e2e0f4ebe21542bf1497fcfc3a4a22c46e1d335 (patch)
treed4ec7e359d767c65737080a7d77c2b3cf55a9ad5
parentea2c3ce0d1944141892bc2a7e7cfc8b4100eccad (diff)
downloadaur-6e2e0f4ebe21542bf1497fcfc3a4a22c46e1d335.tar.gz
Disable pthreads (default)
Using pthreads seems to lead to undefined behavior. It is not enabled by default in the build configuration. This reverts commit 87d48b271e21992640773d8009ff0c0b27dc2a8c.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce0326d6b40..688507a1e203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libeb
pkgdesc = C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.
pkgver = 4.4.3
- pkgrel = 7
+ pkgrel = 8
url = http://www.mistys-internet.website/eb/index-en.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3070c9d87c1e..6bc22f0b6791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='libeb'
_pkgname='eb'
pkgver=4.4.3
-pkgrel=7
+pkgrel=8
_pkgrel_debian=14 # Version of Debian package patch
pkgdesc='C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.'
arch=('i686' 'x86_64')
@@ -44,8 +44,7 @@ build() {
--sysconfdir='/etc' \
--with-pkgdocdir="/usr/share/doc/${pkgname}" \
--disable-silent-rules \
- --disable-static \
- --enable-pthread
+ --disable-static
make
}