summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/DBD-mysql/files/makemaker.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-perl/DBD-mysql/files/makemaker.patch b/dev-perl/DBD-mysql/files/makemaker.patch
new file mode 100644
index 000000000000..dd19b98b8a18
--- /dev/null
+++ b/dev-perl/DBD-mysql/files/makemaker.patch
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig Tue Apr 16 09:51:39 2002
++++ Makefile.PL Tue Apr 16 09:54:32 2002
+@@ -77,7 +77,6 @@
+ $cflags .= " -DDBD_MYSQL_WITH_SSL" if $opt->{'ssl'};
+ my %o = ( 'NAME' => 'DBD::mysql',
+ 'INC' => $cflags,
+- 'EXE_FILES' => 'dbimon pmysql',
+ 'dist' => { 'SUFFIX' => ".gz",
+ 'DIST_DEFAULT' => 'all installhtml tardist',
+ 'COMPRESS' => "gzip -9f" },