diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-09 16:02:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-09 16:02:32 +0300 |
commit | f4b92e8f2ab151d71c2c0af657891a7e741ba40b (patch) | |
tree | 49f8d034a3bd6089528e3acc648902f56b75210f /extra/pcre/build | |
parent | 77a9755bb5302bd5843f6118539007ae621ada98 (diff) | |
download | repository-f4b92e8f2ab151d71c2c0af657891a7e741ba40b.tar.gz |
pcre: add new package at 8.44
Diffstat (limited to 'extra/pcre/build')
-rwxr-xr-x | extra/pcre/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/pcre/build b/extra/pcre/build new file mode 100755 index 00000000..9e66a4b3 --- /dev/null +++ b/extra/pcre/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-utf8 \ + --enable-unicode-properties + +make +make DESTDIR="$1" install |