From bfa93d95a4bfe18c937124bd12451d9537bf08ba Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 25 Jan 2011 15:16:05 +0000 Subject: [PATCH] Pcre for fedora. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9496 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/Cmake/Modules/FindPCRE.cmake | 3 ++- buildtools/pipol/liste_install.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildtools/Cmake/Modules/FindPCRE.cmake b/buildtools/Cmake/Modules/FindPCRE.cmake index eba8fb93cc..e2537eb1c6 100644 --- a/buildtools/Cmake/Modules/FindPCRE.cmake +++ b/buildtools/Cmake/Modules/FindPCRE.cmake @@ -9,7 +9,8 @@ find_library(PATH_PCRE_LIB /opt/local /opt/csw /sw - /usr) + /usr + /lib) find_path(PATH_PCRE_H "pcre.h" HINTS diff --git a/buildtools/pipol/liste_install.sh b/buildtools/pipol/liste_install.sh index 0135386097..58c8dad979 100644 --- a/buildtools/pipol/liste_install.sh +++ b/buildtools/pipol/liste_install.sh @@ -30,7 +30,7 @@ else sudo yum -y -q install wget sudo yum -y -q install perl sudo yum -y -q install graphviz-dev graphviz - sudo yum -y -q install libpcre3-dev + sudo yum -y -q install pcre-devel pcre-static sudo yum -y -q install f2c else if [ x$arch = xDarwin ] ; then -- 2.20.1