Skip to content

Commit

Permalink
MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) --…
Browse files Browse the repository at this point in the history
… Patch by Seanius at debian dot org

# Sorry for the non sparse commit, due to a broken co
  • Loading branch information
KalleZ committed Jul 13, 2010
1 parent 9703329 commit e92d4a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -6,6 +6,8 @@ PHP NEWS
(Johannes)
- Fixed bug #52237 (Crash when passing the reference of the property of a
non-object). (Dmitry)
- Fixed bug #52037 (Concurrent builds fail in install-programs) (seanius at
debian dot org, Kalle)

01 Jul 2010, PHP 5.2.14RC2
- Fixed a possible interruption array leak in strrchr(). Reported by
Expand Down
1 change: 1 addition & 0 deletions scripts/Makefile.frag
Expand Up @@ -33,6 +33,7 @@ install-build:

install-programs: $(builddir)/phpize $(builddir)/php-config
@echo "Installing helper programs: $(INSTALL_ROOT)$(bindir)/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
@for prog in $(bin_SCRIPTS); do \
echo " program: $(program_prefix)$${prog}$(program_suffix)"; \
$(INSTALL) -m 755 $(builddir)/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \
Expand Down

0 comments on commit e92d4a9

Please sign in to comment.