Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
uchardet
Commits:
b58c1893 by Antonio Rojas at 2023-08-28T00:48:43+02:00
upgpkg: 0.0.8-2: Remove static lib references from cmake files (FS#79492)
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=uchardet
pkgver=0.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Encoding detector library ported from Mozilla'
arch=('x86_64')
url='https://www.freedesktop.org/wiki/Software/uchardet'
@@ -18,8 +18,7 @@ build() {
cd ${pkgname}-${pkgver}
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release
+ -DBUILD_STATIC=OFF
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uchardet/-/commit/b58c189395ae4fe3972205a09a1d210e06710105
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uchardet/-/commit/b58c189395ae4fe3972205a09a1d210e06710105
You're receiving this email because of your account on gitlab.archlinux.org.