forked from Lainports/freebsd-ports
- Fix mysqlhotcopy insecure temporary file creation - Fix bug in remote connections caused by libwrap [1] PR: ports/70889 [1] Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1] Patch by: peadar [1] Approved by: portmgr (marcus)
15 lines
494 B
Text
15 lines
494 B
Text
--- Makefile.in.orig Tue Sep 7 00:30:02 2004
|
|
+++ Makefile.in Wed Sep 15 14:22:23 2004
|
|
@@ -279,11 +279,7 @@
|
|
|
|
# These are built from source in the Docs directory
|
|
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
|
|
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
|
- @thread_dirs@ pstack @sql_client_dirs@ \
|
|
- @sql_server_dirs@ scripts man tests \
|
|
- BUILD netware os2 @libmysqld_dirs@ \
|
|
- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@
|
|
+SUBDIRS =
|
|
|
|
|
|
# Relink after clean
|