ports/lang/bootgcc/patches/patch-libgo_Makefile_in

14 lines
486 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: libgo/Makefile.in
--- libgo/Makefile.in.orig
+++ libgo/Makefile.in
@@ -1083,7 +1083,8 @@ GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(A
LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
$(AM_GOCFLAGS) $(GOCFLAGS)
-GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
+include $(top_srcdir)/../libversions
+GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) $(LIBgo_LTVERSION) \
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@