diff options
author | unknown <sasha@mysql.sashanet.com> | 2002-02-16 11:32:06 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2002-02-16 11:32:06 -0700 |
commit | 4e806126da2b0da495ba45899a15b0289384bdc3 (patch) | |
tree | 11aa4f519717228eb4e5fcb3392004bb25fa677b /strings | |
parent | 9f7fe921c417a1888bac6d6a0c3ba69125afb845 (diff) | |
download | mariadb-git-4e806126da2b0da495ba45899a15b0289384bdc3.tar.gz |
updated build scripts for new Linux build
Build-tools/Do-all-build-steps:
pass parameters to Do-rpm
Build-tools/Do-compile:
with-other-libc option
Build-tools/Do-rpm:
make it "automagically" work on SuSE as well as RedHat
strings/Makefile.am:
added t_ctype.h to the distribution for now - permanent fix to come later
support-files/mysql.spec.sh:
changed build to use --with-other-libc
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index 6bf21d630f3..4c42f1ccb96 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -51,7 +51,8 @@ EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \ strmake.c strnmov.c strmov.c strnlen.c \ bmove_upp-sparc.s strappend-sparc.s strend-sparc.s \ strinstr-sparc.s strmake-sparc.s strmov-sparc.s \ - strnmov-sparc.s strstr-sparc.s strxmov-sparc.s + strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \ + t_ctype.h OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |