Skip to content

Commit

Permalink
Merge pull request #2466 from mariux64/fix-pcre2-configs-1037
Browse files Browse the repository at this point in the history
pcre2: more configure options
  • Loading branch information
wwwutz authored Nov 8, 2021
2 parents 0e1378c + 42dcaa8 commit 5c38afc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pcre2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pcre2-10.37-0
# BEE_VERSION pcre2-10.37-1

#SRCURL[0]="https://downloads.sourceforge.net/pcre/pcre2-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/85dc7f2233491b4b6ec6115220da99c6/pcre2-10.37.tar.bz2"
Expand All @@ -23,16 +23,21 @@ BEE_BUILDTYPE=autotools

mee_configure() {
bee_configure \
--enable-unicode \
--enable-jit \
--enable-pcre2-16 \
--enable-pcre2-32 \
--enable-pcre2grep-libz \
--enable-pcre2grep-libbz2 \
--enable-pcre2test-libreadline \
--disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install_post() {
mee_install() {
bee_install
cd ${D} && rm -r usr/share/doc
}

0 comments on commit 5c38afc

Please sign in to comment.