summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-12-06 10:51:22 +0100
committerJeroen Roovers <jer@gentoo.org>2017-12-06 10:51:22 +0100
commit3da2743a66714334238d44f2f32532b2c3623a43 (patch)
treeed32ac605198576e38b74d3a48030ade5ef73476 /net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
parentnet-analyzer/cacti-spine: Version bump. (diff)
downloadgentoo-3da2743a66714334238d44f2f32532b2c3623a43.tar.gz
gentoo-3da2743a66714334238d44f2f32532b2c3623a43.tar.bz2
gentoo-3da2743a66714334238d44f2f32532b2c3623a43.zip
net-analyzer/cacti-spine: Old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch')
-rw-r--r--net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
deleted file mode 100644
index d60653678a2c..000000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -239,7 +239,7 @@
- fi
- CFLAGS="-I$MYSQL_INC_DIR $CFLAGS"
-
--AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="-lmysqlclient_r",
-+AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="$LIBS -lmysqlclient_r",
- AC_MSG_ERROR([MySQL libraries not found])
- )
-