Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > deecb6b6a05b8293e284be1ad9b5f073 > files > 26

xymon-4.3.17-5.1.mga5.src.rpm

From 3517e9773ab63fbf8fde20c2ed124454fe2f3546 Mon Sep 17 00:00:00 2001
From: William Murphy <warrendiogenese@gmail.com>
Date: Thu, 7 Aug 2014 22:31:00 -0700
Subject: [PATCH] Patched usrlibs

---
 build/ldap.sh | 2 +-
 build/pcre.sh | 2 +-
 build/rrd.sh  | 2 +-
 build/ssl.sh  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build/ldap.sh b/build/ldap.sh
index eff96ca..1faa60f 100755
--- a/build/ldap.sh
+++ b/build/ldap.sh
@@ -2,7 +2,7 @@
 
 	LDAPINC=""
 	LDAPLIB=""
-	for DIR in /opt/openldap* /opt/ldap* /usr/local/openldap* /usr/local/ldap* /usr/local /usr/pkg /opt/csw /opt/sfw
+	for DIR in /opt/openldap* /opt/ldap* /usr/local/openldap* /usr/local/ldap* /usr/local /usr/pkg /usr /opt/csw /opt/sfw
 	do
 		if test -f $DIR/include/ldap.h
 		then
diff --git a/build/pcre.sh b/build/pcre.sh
index b2a5c0e..b385049 100755
--- a/build/pcre.sh
+++ b/build/pcre.sh
@@ -2,7 +2,7 @@
 
 	PCREINC=""
 	PCRELIB=""
-	for DIR in /opt/pcre* /usr/local/pcre* /usr/local /usr/pkg /opt/csw /opt/sfw
+	for DIR in /opt/pcre* /usr/local/pcre* /usr/local /usr/pkg /usr /opt/csw /opt/sfw
 	do
 		if test -f $DIR/include/pcre.h
 		then
diff --git a/build/rrd.sh b/build/rrd.sh
index 902c646..6324e25 100755
--- a/build/rrd.sh
+++ b/build/rrd.sh
@@ -5,7 +5,7 @@
 	RRDLIB=""
 	PNGLIB=""
 	ZLIB=""
-	for DIR in /opt/rrdtool* /usr/local/rrdtool* /usr/local /usr/pkg /opt/csw /opt/sfw /usr/sfw
+	for DIR in /opt/rrdtool* /usr/local/rrdtool* /usr/local /usr/pkg /usr /opt/csw /opt/sfw /usr/sfw
 	do
 		if test -f $DIR/include/rrd.h
 		then
diff --git a/build/ssl.sh b/build/ssl.sh
index e9f03bc..78afc9c 100755
--- a/build/ssl.sh
+++ b/build/ssl.sh
@@ -2,7 +2,7 @@
 
 	OSSLINC=""
 	OSSLLIB=""
-	for DIR in /opt/openssl* /opt/ssl* /usr/local/openssl* /usr/local/ssl* /usr/local /usr/pkg /opt/csw /opt/sfw/*ssl* /usr/sfw /usr/sfw/*ssl*
+	for DIR in /opt/openssl* /opt/ssl* /usr/local/openssl* /usr/local/ssl* /usr/local /usr/pkg /usr /opt/csw /opt/sfw/*ssl* /usr/sfw /usr/sfw/*ssl*
 	do
 		if test -d $DIR/include/openssl
 		then
-- 
1.8.4.5