[svn-commits] seanbright: branch 1.6.2 r197263 - in /branches/1.6.2: ./ Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed May 27 15:11:29 CDT 2009
Author: seanbright
Date: Wed May 27 15:11:26 2009
New Revision: 197263
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197263
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.2/ (props changed)
branches/1.6.2/Makefile
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/Makefile?view=diff&rev=197263&r1=197262&r2=197263
==============================================================================
--- branches/1.6.2/Makefile (original)
+++ branches/1.6.2/Makefile Wed May 27 15:11:26 2009
@@ -472,7 +472,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 svn-commits
mailing list