From b927c42116f9fcde3a49cb058bf781525bee384d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jul 2010 11:39:06 +0000 Subject: [PATCH] Use -headerpad_max_install_names option for fractal demo under OS X. Without it, changing install name fails which probably makes the demo unrunnable and also prevents the Buildbot build from succeeding. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/config.bkl | 2 ++ configure | 8 ++++++-- configure.in | 3 +++ demos/fractal/Makefile.in | 3 ++- demos/fractal/fractal.bkl | 1 + 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 59171c055f..48c4221bc3 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -357,6 +357,8 @@ to run the tests, include CppUnit library here.