summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-05-03 12:31:25 +0200
committerunknown <lenz@mysql.com>2002-05-03 12:31:25 +0200
commit7c510b93c64773b609b97f04ae2d19c84b88045b (patch)
treef018e0ba3a16dbef55c7195250c190640678514d /strings
parent3bf08c41b2451475ea4f9676c36c151ef567abc7 (diff)
downloadmariadb-git-7c510b93c64773b609b97f04ae2d19c84b88045b.tar.gz
Reworked the RPM spec file and added several fixes to make the
build scripts work again. BUILD/compile-pentium-max: Added "--with-embedded-server" to have the libmysqld files included in the source distribution when using "make dist" Build-tools/Do-linux-build: Only use the "--with-other-libc" parameter, if another libc actually exists, since this will also force static linking, which does not work together with OpenSSL Makefile.am: Removed hard-coded file name for TAR, let configure do this instead (many systems actually ship GNU tar installed as "tar" instead of "gtar") configure.in: Added check for GNU tar named "gtar", fall back to "tar" if "gtar" was not found (and hope, that it's a GNU tar as well - this should probably be checked more properly) include/Makefile.am: Added "my_semaphore.h" to pkginclude_HEADERS since it was missing from the distribution strings/Makefile.am: Added "longlong2str.c" since it was missing from the distribution support-files/mysql.server.sh: Added LSB-compatible header info to make init script more portable support-files/mysql.spec.sh: - Use more RPM macros (e.g. infodir, mandir) to make the spec file more portable - reorganized the installation of documentation files: let RPM take care of this - reorganized the file list: actually install man pages along with the binaries of the respective subpackage - don't include libmysqld.a in the devel subpackage as well, if we have a special "embedded" subpackage - reworked the package descriptions
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am
index a29c5a3365d..433b4398b61 100644
--- a/strings/Makefile.am
+++ b/strings/Makefile.am
@@ -45,7 +45,8 @@ EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \
ctype-tis620.c ctype-ujis.c ctype-latin1_de.c \
ctype_autoconf.c \
- strto.c strings-x86.s longlong2str-x86.s \
+ strto.c strings-x86.s \
+ longlong2str.c longlong2str-x86.s \
strxmov.c bmove_upp.c strappend.c strcont.c strend.c \
strfill.c strcend.c is_prefix.c strstr.c strinstr.c \
strmake.c strnmov.c strmov.c strnlen.c \