Make cxxflags for qt-copy not inherit global cxxflags (like it already acts for configure-flags)

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=906893
wilder
Michael Pyne 17 years ago
parent 3c0ca6951a
commit f6170e2b93
  1. 4
      kdesvn-build

@ -1312,8 +1312,8 @@ sub get_option
# No sticky options left.
# Configure flags, cmake options, and CXXFLAGS are appended to the global
# option
if (($module ne 'qt-copy' && $option eq 'configure-flags')
|| $option eq 'cxxflags' || $option eq 'cmake-options')
if ($module ne 'qt-copy' && ($option eq 'configure-flags'
|| $option eq 'cxxflags' || $option eq 'cmake-options'))
{
my $value = ${$global_opts}{$option};

Loading…
Cancel
Save