--- glibc-2.2.3.orig/sysdeps/m68k/Makefile	Fri Sep  5 03:40:38 1997
+++ glibc-2.2.3/sysdeps/m68k/Makefile	Tue May 15 23:29:05 2001
@@ -41,3 +41,7 @@
 # Avoid a bug in gcc
 CFLAGS-s_copysignl.c += -mnobitfield
 endif
+
+# Build objects in libc_nonshared.a with -fPIC (instead of -fpic) to avoid
+# possible linkage problems.
+CFLAGS-.oS += -fPIC