[asterisk-commits] seanbright: branch 1.6.1 r197262 - in /branches/1.6.1: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 27 15:11:04 CDT 2009


Author: seanbright
Date: Wed May 27 15:11:01 2009
New Revision: 197262

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197262
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.1/   (props changed)
    branches/1.6.1/Makefile

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/Makefile?view=diff&rev=197262&r1=197261&r2=197262
==============================================================================
--- branches/1.6.1/Makefile (original)
+++ branches/1.6.1/Makefile Wed May 27 15:11:01 2009
@@ -465,7 +465,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