From: Peter O'Gorman Date: Wed, 4 May 2005 13:52:10 +0000 (+0000) Subject: * ltmain.in [darwin]: Pass -framework for executables too. X-Git-Tag: release-1-5-18~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12caf0d7b44e848038ffec60d614528fe6b306c8;p=thirdparty%2Flibtool.git * ltmain.in [darwin]: Pass -framework for executables too. Reported by Adam --- diff --git a/ChangeLog b/ChangeLog index e6143de49..b52a26638 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-04 Peter O'Gorman + + * ltmain.in [darwin]: Pass -framework for executables too. + Reported by Adam + 2005-05-02 Andreas Schwab * libltdl/Makefile.am (local-install-files): Rename back from diff --git a/ltmain.in b/ltmain.in index b589056f3..6d6eb188d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1357,6 +1357,8 @@ EOF ;; darwin_framework) compiler_flags="$compiler_flags $arg" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" prev= continue ;; @@ -1421,6 +1423,8 @@ EOF -framework) prev=darwin_framework compiler_flags="$compiler_flags $arg" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" continue ;;