LDFLAGS=$ldflags_save
if test $perl_ok = yes; then
if test "X$perlcppflags" != "X"; then
- PERL_CFLAGS="$perlcppflags"
+ PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
fi
if test "X$perlldflags" != "X"; then
LDFLAGS="$perlldflags $LDFLAGS"
LDFLAGS=$ldflags_save
if test $perl_ok = yes; then
if test "X$perlcppflags" != "X"; then
- PERL_CFLAGS="$perlcppflags"
+ dnl remove -pipe, it confuses cproto
+ PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
fi
if test "X$perlldflags" != "X"; then
LDFLAGS="$perlldflags $LDFLAGS"
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 88,
/**/
87,
/**/