Skip to content

Commit

Permalink
Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and sebastianbergmann committed Dec 16, 2012
1 parent eb0693a commit 4ef9f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude.m4
Expand Up @@ -2963,12 +2963,12 @@ dnl Generate Makefile.objects entries
cat>>Makefile.objects<<EOF
$ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc
dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@ && \$(SED) -ibak 's,PHP_,DTRACE_,g' \$[]@
CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@ && \$(SED) -ibak 's,PHP_,DTRACE_,g' \$[]@
\$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj
$ac_bdir[$]ac_provsrc.o: \$(PHP_DTRACE_OBJS)
dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
CFLAGS="\$(CFLAGS_CLEAN)" dtrace -G -o \$[]@ -s $abs_srcdir/$ac_provsrc $dtrace_objs
EOF
])

0 comments on commit 4ef9f00

Please sign in to comment.