aboutsummaryrefslogtreecommitdiffstats
path: root/community/php8-pecl-oauth/pcre.patch
diff options
context:
space:
mode:
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)