From 871b4423babc140d984d4b49aa380710cfcaf72a Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 21 Nov 2012 10:16:04 -0500 Subject: Misc changes to get rhel 7 build to work 1. Modified cmake dependency 2. Corrected conditionals in spec file 3. Added paths for resteasy-base 4. Added paths to policy for resteasy-base --- base/ocsp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'base/ocsp/src/CMakeLists.txt') diff --git a/base/ocsp/src/CMakeLists.txt b/base/ocsp/src/CMakeLists.txt index 36a1908d1..39468cadd 100644 --- a/base/ocsp/src/CMakeLists.txt +++ b/base/ocsp/src/CMakeLists.txt @@ -51,6 +51,7 @@ find_file(JAXRS_API_JAR jaxrs-api.jar PATHS /usr/share/java/resteasy + /usr/share/java/resteasy-base ) # '${JAVA_LIB_INSTALL_DIR}' jars -- cgit