[asterisk-commits] seanbright: branch 1.6.0 r197261 - in /branches/1.6.0: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 27 15:10:21 CDT 2009
Author: seanbright
Date: Wed May 27 15:10:17 2009
New Revision: 197261
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197261
Log:
Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
explicitly when running from the Makefile.
(closes issue #15209)
Reported by: seandarcy
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/Makefile
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/Makefile?view=diff&rev=197261&r1=197260&r2=197261
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Wed May 27 15:10:17 2009
@@ -457,7 +457,7 @@
rm -f build_tools/menuselect-deps
datafiles: _all
- if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" sh build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+ if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
# Should static HTTP be installed during make samples or even with its own target ala
# webvoicemail? There are portions here that *could* be customized but might also be
# improved a lot. I'll put it here for now.
More information about the asterisk-commits
mailing list