You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/patches/php7/115-supress-warnings.patch

12 lines
245 B
Diff

--- php7/acinclude.m4
+++ php7/acinclude.m4
@@ -2093,7 +2093,7 @@
dnl Search for bison and check it's version
dnl
AC_DEFUN([PHP_PROG_BISON], [
- AC_PROG_YACC
+ AC_CHECK_PROG(YACC, bison, bison)
LIBZEND_BISON_CHECK
PHP_SUBST(YACC)
])