724f243e9b
- add libtool patches for squeak to properly build on ELF arches
29 lines
787 B
Plaintext
29 lines
787 B
Plaintext
$OpenBSD: patch-src_unix_Makefile_in,v 1.2 2002/03/25 01:00:53 pvalchev Exp $
|
|
--- src/unix/Makefile.in.orig Mon Feb 12 15:59:20 2001
|
|
+++ src/unix/Makefile.in Sun Mar 24 17:17:40 2002
|
|
@@ -96,6 +96,7 @@ INSTALL_DATA= @INSTALL_DATA@
|
|
UNINSTALL= $(SHELL) $(utldir)/uninstall
|
|
|
|
AS= @AS@
|
|
+RANLIB= @RANLIB@
|
|
AWK= @AWK@
|
|
LIBTOOL= @LIBTOOL@
|
|
NM= @NM@
|
|
@@ -110,7 +111,7 @@ CPPFLAGS= @CPPFLAGS@
|
|
CFLAGS= @CFLAGS@ @J_CFLAGS@ -funroll-loops
|
|
WFLAGS= @WFLAGS@
|
|
|
|
-LDFLAGS= @LDFLAGS@ -avoid-version
|
|
+LDFLAGS= @LDFLAGS@
|
|
LIBS= @LIBS@
|
|
|
|
COMPILE= $(CC) $(CFLAGS) $(DEFS) $(INCLUDES) $(CPPFLAGS)
|
|
@@ -163,6 +164,7 @@ sqUnixConfig.h : $(unxdir)/sqUnixConfig.
|
|
|
|
squeak.a : $(UNX_O) $(VER_O) $(GEN_O)
|
|
$(AR) -rc $@.tmp $(UNX_O) $(VER_O) $(GEN_O)
|
|
+ $(RANLIB) $@.tmp
|
|
mv $@.tmp $@
|
|
|
|
squeak : squeak.a
|