Browse Source

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

stable/0.2
Christian Wiese 14 years ago
parent
commit
20bd444a8b
  1. 4
      kde/kdelibs/parse-config

4
kde/kdelibs/parse-config

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

Loading…
Cancel
Save