summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-02-18 04:23:24 +0100
committerunknown <kent@mysql.com>2006-02-18 04:23:24 +0100
commit3470647a6d832ccf06ded76780bb9eadfccfde5b (patch)
treed7a5ccbcb1e9dedfdbc4c5c6c88334edfb9050f4 /scripts
parent8c62b871439e78c8f33d464fb0fe6ae89e127057 (diff)
downloadmariadb-git-3470647a6d832ccf06ded76780bb9eadfccfde5b.tar.gz
Makefile.am:
Add an extra -lpthread before first -lc, to solve link problems when statically linking with glibc 2.2.5 make_win_src_distribution.sh: Added copying of the include/mysql directory scripts/make_win_src_distribution.sh: Added copying of the include/mysql directory client/Makefile.am: Add redundant CLIENT_THREAD_LIBS to LDADD, to make -lpthread go before -lc, required for the static linking with glibc 2.2.5 to work.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_win_src_distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh
index 8f2a4d809df..2eef553bca8 100644
--- a/scripts/make_win_src_distribution.sh
+++ b/scripts/make_win_src_distribution.sh
@@ -250,7 +250,7 @@ copy_dir_dirs() {
#
for i in client dbug extra storage/heap include storage/archive storage/example \
- libmysql libmysqld storage/myisam storage/example \
+ include/mysql libmysql libmysqld storage/myisam storage/example \
storage/myisammrg mysys regex sql strings sql-common sql/examples \
tools vio zlib
do