Skip to content

Commit

Permalink
point to bison from brew and do buildconf
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Feb 9, 2015
1 parent 81eb300 commit 8d555bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-php.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

export YACC="/usr/local/Cellar/bison/3.0.2/bin/bison -y"
rm -rf /tmp/build-entropy-php-pkg/php5/ /tmp/build-entropy-php-pkgdst/entropy-php.pkg
nice -n 19 perl -Ilib build-php.pl && git diff
2 changes: 1 addition & 1 deletion lib/Package/php5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ sub build_preconfigure {

$self->cd_packagesrcdir();
#$self->shell("aclocal");
#$self->shell("./buildconf --force");
$self->shell("./buildconf --force");
$self->shell({fatal => 0}, "ranlib " . $self->install_prefix() . "/lib/*.a");
$self->shell({fatal => 0}, "ranlib " . $self->install_tmp_prefix() . "/lib/*.a");

Expand Down

0 comments on commit 8d555bd

Please sign in to comment.