Browse Source

kdelibs: changed parse-config to add '-DCMAKE_BUILD_TYPE=Release' through cmakeopt

stable/0.2
Christian Wiese 13 years ago
parent
commit
20bd444a8b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kde/kdelibs/parse-config

+ 2
- 2
kde/kdelibs/parse-config

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../kdelibs/parse-config
# Copyright (C) 2009 - 2010 The OpenSDE Project
# Copyright (C) 2009 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -24,7 +24,7 @@ if hasflag KDE; then
set_confopt
fi
var_append extraconfopt " " '-DCMAKE_BUILD_TYPE=Release'
var_append cmakeopt " " '-DCMAKE_BUILD_TYPE=Release'
. $base/package/*/*/cmake-conf.in

Loading…
Cancel
Save