]> git.pld-linux.org Git - packages/dcmtk.git/blame - dcmtk-0002-Install-libs-in-the-correct-arch-dir.patch
- build shared libraries using Fedora patches over cmake build suite
[packages/dcmtk.git] / dcmtk-0002-Install-libs-in-the-correct-arch-dir.patch
CommitLineData
d163e5a5
JB
1From 8401d7914ef110d5aca35bf7e1409341c533f1e4 Mon Sep 17 00:00:00 2001
2From: Mario Ceresa <mrceresa@gmail.com>
3Date: Sun, 20 Mar 2011 12:54:16 +0100
4Subject: [PATCH 2/6] Install libs in the correct arch dir
5
6---
7 CMakeLists.txt | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/CMakeLists.txt b/CMakeLists.txt
11index 62e7a6f..86b7601 100644
12--- a/CMakeLists.txt
13+++ b/CMakeLists.txt
14@@ -82,7 +82,7 @@ INCLUDE_DIRECTORIES(${DCMTK_INCLUDE_DIR})
15
16 SET(INSTALL_BINDIR "/bin")
17 SET(INSTALL_INCDIR "/include")
18-SET(INSTALL_LIBDIR "/lib")
19+SET(INSTALL_LIBDIR "/lib${LIB_SUFFIX}")
20 SET(INSTALL_ETCDIR "/etc/dcmtk")
21 SET(INSTALL_DATDIR "/share/dcmtk")
22 SET(INSTALL_DOCDIR "/share/doc/dcmtk")
23--
241.7.4
25
This page took 0.143277 seconds and 4 git commands to generate.