diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-14 01:23:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-14 01:23:33 +0800 |
commit | 45b218edb042c95c2927dbc53c9d6cb2c315575e (patch) | |
tree | 287cbfcfad5f1e48abb96d8ac66ccc23b5146441 /databases/mysql322-server | |
parent | 8f902ba8903fe95fc4c1ddd0204f726bc3ddf356 (diff) | |
download | freebsd-ports-gnome-45b218edb042c95c2927dbc53c9d6cb2c315575e.tar.gz freebsd-ports-gnome-45b218edb042c95c2927dbc53c9d6cb2c315575e.tar.zst freebsd-ports-gnome-45b218edb042c95c2927dbc53c9d6cb2c315575e.zip |
link with -pthread = -nostdlib und -lc_r
not only using -lc_r what would result in linking in libc and libc_r
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Obtained from: John Birrell
Diffstat (limited to 'databases/mysql322-server')
-rw-r--r-- | databases/mysql322-server/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql322-server/files/patch-ag b/databases/mysql322-server/files/patch-ag new file mode 100644 index 000000000000..f25048611287 --- /dev/null +++ b/databases/mysql322-server/files/patch-ag @@ -0,0 +1,11 @@ +--- configure.orig Mon Aug 31 13:09:12 1998 ++++ configure Wed Sep 9 16:33:22 1998 +@@ -3475,7 +3475,7 @@ + echo "configure:3476: checking "named thread libs:"" >&5 + if test "$with_named_thread" != "no" + then +- LIBS="$LIBS $with_named_thread" ++ LIBS="-pthread $LIBS" + with_posix_threads="yes" + with_mit_threads="no" + echo "$ac_t"""$with_named_thread"" 1>&6 |