From 88a4a89d45a62550c6f9d0a68cc84d590c28c654 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 1 Aug 2009 15:59:03 -0400 Subject: cmake: Avoid forcing rpath off as this can break some test suites. It gets stripped by cmake at install time. Closes: #538977 --- Debian/Debhelper/Buildsystem/cmake.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem') diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm index 2c52e494..21a077ec 100644 --- a/Debian/Debhelper/Buildsystem/cmake.pm +++ b/Debian/Debhelper/Buildsystem/cmake.pm @@ -34,7 +34,6 @@ sub configure { # Standard set of cmake flags push @flags, "-DCMAKE_INSTALL_PREFIX=/usr"; - push @flags, "-DCMAKE_SKIP_RPATH=ON"; push @flags, "-DCMAKE_VERBOSE_MAKEFILE=ON"; $this->mkdir_builddir(); -- cgit v1.2.3