summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-06-10 13:34:24 -0400
committerEndi S. Dewata <edewata@redhat.com>2013-06-11 19:28:17 -0400
commit34fe36d79d03e9579b49648fb9d51246fb5b71dd (patch)
tree5afa18a805028a7ac4083af3404820e028a2e96a /cmake
parent99e5dc7fec0cc9c4b78ab694e55e6c484e497d2f (diff)
downloadpki-34fe36d79d03e9579b49648fb9d51246fb5b71dd.tar.gz
pki-34fe36d79d03e9579b49648fb9d51246fb5b71dd.tar.xz
pki-34fe36d79d03e9579b49648fb9d51246fb5b71dd.zip
Fixed library paths for RHEL 7.
The build files have been modified to use the correct library paths on RHEL 7: - libldap.so and liblber.so are in /usr/lib64 - jss4.jar is in /usr/lib - Tomcat JSS filename is tomcatjss.jar
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindLdap.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/FindLdap.cmake b/cmake/Modules/FindLdap.cmake
index be4693bd7..730cbd1ab 100644
--- a/cmake/Modules/FindLdap.cmake
+++ b/cmake/Modules/FindLdap.cmake
@@ -39,6 +39,7 @@ else (LDAP_LIBRARIES AND LDAP_INCLUDE_DIRS)
ldap
PATHS
/usr/lib
+ /usr/lib64
/usr/local/lib
/opt/local/lib
/sw/lib
@@ -49,6 +50,7 @@ else (LDAP_LIBRARIES AND LDAP_INCLUDE_DIRS)
lber
PATHS
/usr/lib
+ /usr/lib64
/usr/local/lib
/opt/local/lib
/sw/lib