From 8f47c41f8577c37adcbaef058a46a06b6007ea4e Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 16 Oct 2008 22:13:02 +0300 Subject: [PATCH] Dynamically link against system libraries (security). Signed-off-by: Modestas Vainius --- debian/changelog | 6 ++++-- debian/control | 3 ++- debian/rules | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3d65f2d0c..7c61c61d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cmake (2.6.2-2~pre6) UNRELEASED; urgency=low +cmake (2.6.2-2~pre7) UNRELEASED; urgency=low * Add Vcs fields. * Add patches: @@ -25,8 +25,10 @@ cmake (2.6.2-2~pre6) UNRELEASED; urgency=low - cmake-curses-gui - splif off ccache here from the cmake package; - cmake-qt-gui - build & install Qt4 based GUI (cmake-gui). Add menu file and manual page (Closes: #482787). + * Dynamically link against system libraries available in Debian + (Closes: #502441). - -- Modestas Vainius Thu, 16 Oct 2008 20:48:13 +0300 + -- Modestas Vainius Thu, 16 Oct 2008 22:10:36 +0300 cmake (2.6.2-1) experimental; urgency=low diff --git a/debian/control b/debian/control index e0419652c..9c318f5f7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: A. Maitland Bottoms Uploaders: Pierre Habouzit , Modestas Vainius DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7), tcl8.4, quilt, libcurl4-gnutls-dev, +Build-Depends: debhelper (>= 7), tcl8.4, quilt, + libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev, libncurses5-dev, libqt4-dev Standards-Version: 3.8.0 Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git diff --git a/debian/rules b/debian/rules index d539e6667..af41ad128 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ configure-stamp: $(BUILD_FLAGS_FILE) # pre-load the cache to avoid setting rpath: rm -rf Build && mkdir -p Build cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \ - --init=../$(BUILD_FLAGS_FILE) + --init=../$(BUILD_FLAGS_FILE) --system-libs chmod -x ChangeLog.manual chmod -x Modules/*.cmake Modules/*.cmake.in Modules/*.cxx Modules/Platform/* touch $@