Commit 74ebbd6c authored by monty@donna.mysql.com's avatar monty@donna.mysql.com
Browse files

Fixes to get 3.23.23 to compile

parent 88e811a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
#endif

/* In Linux-ia64 including atomic.h will give us an error */
#if defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__ia64__)
#if (defined(HAVE_LINUXTHREADS) && defined(__GNUC__) && defined(__ia64__)) || !defined(THREAD)
#undef HAVE_ATOMIC_ADD
#undef HAVE_ATOMIC_SUB
#endif
+1 −3
Original line number Diff line number Diff line
@@ -64,9 +64,7 @@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\
			cdefs.h machdep.h signal.h __signal.h util.h

libmystrings_a_LIBADD=	@CHARSET_OBJS@
ctype.c:		ctype_extra_sources.c
#we need a dummy rule to make GNUMake get along with bitkeeper
	echo '' >/dev/null
ctype.o:		ctype_extra_sources.c

ctype_extra_sources.c: conf_to_src
	./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > \