From 42f07a10e44be741844257ce0dc42eb7ddab84a1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 8 Jun 2020 15:38:46 +0300 Subject: [PATCH] oniguruma 6.9.5 rev1 --- programming/misc/oniguruma/actions.py | 5 +++-- programming/misc/oniguruma/pspec.xml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/programming/misc/oniguruma/actions.py b/programming/misc/oniguruma/actions.py index 8a98468ff4..a9a40ed43b 100644 --- a/programming/misc/oniguruma/actions.py +++ b/programming/misc/oniguruma/actions.py @@ -12,9 +12,10 @@ from pisi.actionsapi import shelltools WorkDir = "onig-%s" %get.srcVERSION() def setup(): - autotools.autoreconf("-vfi") - autotools.configure() + autotools.configure("--enable-posix-api \ + --disable-silent-rules \ + --disable-static") def build(): diff --git a/programming/misc/oniguruma/pspec.xml b/programming/misc/oniguruma/pspec.xml index 061d63d74e..27874dd9cd 100644 --- a/programming/misc/oniguruma/pspec.xml +++ b/programming/misc/oniguruma/pspec.xml @@ -13,6 +13,9 @@ A regular expressions library Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1/onig-6.9.5-rev1.tar.gz + + gettext-devel +