From f29fcdfbe0ce11e5e6bcb735a5338a021ffc90f2 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 14 Sep 2005 17:43:27 +0000 Subject: Static linking on OSX will usually not work, hence I mask the static USE flag. See GCC manpage (-static) for details. --- profiles/default-darwin/macos/10.3/use.mask | 3 +++ profiles/default-darwin/macos/10.4/use.mask | 3 +++ 2 files changed, 6 insertions(+) (limited to 'profiles') diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index e48ae1e046ed..96d86b2755e3 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -20,3 +20,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index e96a46556e04..d1643956cd41 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -21,3 +21,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static -- cgit v1.2.3-65-gdbad