aboutsummaryrefslogtreecommitdiffstats
path: root/community/php8-pecl-oauth/pcre.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-12-05 18:26:24 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-12-21 23:45:35 +0000
commit1857eb578d85c6e5db8ded00d3018a20ebd43b16 (patch)
tree03dc46d1739cc5e93b7dec59790d2fe7d5a88eba /community/php8-pecl-oauth/pcre.patch
parentafaa1ca590cd36e451aa02fca4806318d5f83818 (diff)
community/php8-pecl-oauth: move from testing
Diffstat (limited to 'community/php8-pecl-oauth/pcre.patch')
-rw-r--r--community/php8-pecl-oauth/pcre.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/php8-pecl-oauth/pcre.patch b/community/php8-pecl-oauth/pcre.patch
new file mode 100644
index 00000000000..7a47b989d37
--- /dev/null
+++ b/community/php8-pecl-oauth/pcre.patch
@@ -0,0 +1,13 @@
+diff --git a/config.m4 b/config.m4
+index e05ed68..48e2608 100644
+--- a/config.m4
++++ b/config.m4
+@@ -14,8 +14,6 @@ if test "$PHP_OAUTH" != "no"; then
+ PHP_NEW_EXTENSION(oauth, oauth.c provider.c, $ext_shared)
+ CFLAGS="$CFLAGS -Wall -g"
+
+- AC_CHECK_HEADER(pcre.h, , [AC_MSG_ERROR([Couldn't find pcre.h, try installing the libpcre development/headers package])])
+-
+ AS_IF([test "x$with_curl" != "xno"],
+ [
+ AC_MSG_CHECKING(for cURL in default path)