mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 09:22:17 +08:00
Fix some stuff
This commit is contained in:
parent
510c7cc1b2
commit
a7c87ec2ff
@ -1,12 +1,11 @@
|
||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
_pkgbasename=pcre
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=8.21
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library that implements Perl 5-style regular expressions (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://pcre.sourceforge.net"
|
||||
@ -24,7 +23,7 @@ build() {
|
||||
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||
|
||||
./configure --prefix=/usr --libdir=/usr/lib32 \
|
||||
--enable-utf8 --enable-unicode-properties
|
||||
--enable-utf --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-jit
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user