summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-04-06 12:30:36 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-04-07 10:31:40 -0500
commit19d49e3700780ece993de9f0a7e418aa09d3a47f (patch)
tree585dde7a0c2c24edb557f433ca6bc809dc2417b9 /net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch
parentacct-group/ntopng: group for ntopng (diff)
downloadgentoo-19d49e3700780ece993de9f0a7e418aa09d3a47f.tar.gz
gentoo-19d49e3700780ece993de9f0a7e418aa09d3a47f.tar.bz2
gentoo-19d49e3700780ece993de9f0a7e418aa09d3a47f.zip
net-analyzer/ntopng: bump to 4.2
Bug: https://bugs.gentoo.org/719084 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch')
-rw-r--r--net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch b/net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch
new file mode 100644
index 000000000000..a961bc28902f
--- /dev/null
+++ b/net-analyzer/ntopng/files/ntopng-4.2-mysqltool.patch
@@ -0,0 +1,19 @@
+diff --git a/configure.seed b/configure.seed
+index a321f9b..9f0f1cc 100644
+--- a/configure.seed
++++ b/configure.seed
+@@ -596,13 +596,7 @@ if test "${with_nedge+set}" != set; then
+ if test "x$ac_cv_prog_ac_ct_MARIADB" = "xmariadb_config"; then
+ MYSQLTOOL="mariadb_config"
+ else
+- PATH=$PATH:/usr/local/mysql/bin
+- AC_CHECK_TOOL(MYSQL, mysql_config)
+- if test "x$ac_cv_prog_ac_ct_MYSQL" = "xmysql_config"; then
+- MYSQLTOOL="mysql_config"
+- else
+- MYSQLTOOL=""
+- fi
++ MYSQLTOOL="mysql_config"
+ fi
+
+ if test -n "$MYSQLTOOL"; then