summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-031-7/+40
| | | | | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen Notes: svn path=/head/; revision=28281
* Upgrade to 3.22.30.Dirk Froemberg2000-01-251-28/+17
| | | | Notes: svn path=/head/; revision=25061
* Use stripped hostname via `hostname -s` in various scripts, to make themDirk Froemberg1999-11-271-1/+10
| | | | | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=23449
* Upgrade to 3.22.27.Dirk Froemberg1999-10-181-19/+53
| | | | Notes: svn path=/head/; revision=22503
* - upgrade to 3.22.21Dirk Froemberg1999-04-061-2/+11
| | | | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure Notes: svn path=/head/; revision=17676
* Cleanups:Dirk Froemberg1999-02-071-13/+28
| | | | | | | | | | | - don't pollute CFLAGS with extra optimizer flags - remove part of patch-ac which forces -pthread instead of -lc_r (was included in the main distribution) - don't name freebsd version in mit-pthreads/config/configure explicitly. settings work for 2.*, 3.* and 4.*. Notes: svn path=/head/; revision=16558
* Don't try to be too fancy about using ps to find its flags, it breaksSatoshi Asami1998-12-011-4/+36
| | | | | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer Notes: svn path=/head/; revision=14972
* link with -pthread = -nostdlib und -lc_rAndreas Klemm1998-09-131-0/+11
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 Notes: svn path=/head/; revision=13097