chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
93cbd42
)
add pcre-config to pcre-dev
author
Stephen
<stephengroat@users.noreply.github.com>
Tue, 8 Aug 2017 04:34:16 +0000
(21:34 -0700)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 8 Aug 2017 08:22:06 +0000
(10:22 +0200)
for apache2
#1169
packages/pcre/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/pcre/build.sh
b/packages/pcre/build.sh
index d18285333a1578e882a36d0632e2f5e993e48d0d..8bb937a6eac7492faddd9bf5d30c84e29352cc52 100644
(file)
--- a/
packages/pcre/build.sh
+++ b/
packages/pcre/build.sh
@@
-3,5
+3,6
@@
TERMUX_PKG_DESCRIPTION="Library implementing regular expression pattern matching
TERMUX_PKG_VERSION=8.41
TERMUX_PKG_SRCURL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
TERMUX_PKG_VERSION=8.41
TERMUX_PKG_SRCURL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
-TERMUX_PKG_RM_AFTER_INSTALL="bin/pcre-config bin/pcregrep bin/pcretest share/man/man1/pcre*.1 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2"
+TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/pcre-config"
+TERMUX_PKG_RM_AFTER_INSTALL="bin/pcregrep bin/pcretest share/man/man1/pcre*.1 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-cpp --enable-jit --enable-utf8 --enable-unicode-properties"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-cpp --enable-jit --enable-utf8 --enable-unicode-properties"