summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdelibs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 02:07:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 02:07:58 -0500
commit3107e430f9ed175a5a21d2c856229dc499bf3972 (patch)
treebfdb4cb9421e71bfe36a5bd8ef06dba28b862a49 /debian/squeeze/tdelibs
parent14532965ecf8f029873fd783a67e0c629c4c77d9 (diff)
downloadtde-packaging-3107e430f9ed175a5a21d2c856229dc499bf3972.tar.gz
tde-packaging-3107e430f9ed175a5a21d2c856229dc499bf3972.zip
Use CMake build type RelWithDebInfo when building arts, tdelibs, and tdebase on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/tdelibs')
-rwxr-xr-xdebian/squeeze/tdelibs/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules
index a88ed600f..c1dbec10b 100755
--- a/debian/squeeze/tdelibs/debian/rules
+++ b/debian/squeeze/tdelibs/debian/rules
@@ -21,7 +21,8 @@ version=Debian Package $(DEB_VERSION)
DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" -DWITH_GCC_VISIBILITY="ON" \
--DWITH_LIBART="ON" -DWITH_LIBIDN="ON" -DWITH_TIFF="ON" -DWITH_JASPER="ON" -DWITH_OPENEXR="ON" -DWITH_AVAHI="ON" -DWITH_ASPELL="ON" -DWITH_HSPELL="ON" -DWITH_ELFICON="ON"
+-DWITH_LIBART="ON" -DWITH_LIBIDN="ON" -DWITH_TIFF="ON" -DWITH_JASPER="ON" -DWITH_OPENEXR="ON" -DWITH_AVAHI="ON" -DWITH_ASPELL="ON" -DWITH_HSPELL="ON" -DWITH_ELFICON="ON" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.