patch-libgo_Makefile_in 790 B

1234567891011121314151617181920
  1. $OpenBSD: patch-libgo_Makefile_in,v 1.1.1.1 2014/06/26 16:30:17 pascal Exp $
  2. --- libgo/Makefile.in.orig Wed Jan 8 02:08:29 2014
  3. +++ libgo/Makefile.in Fri Feb 14 20:24:55 2014
  4. @@ -2026,13 +2026,14 @@ libgo_la_LIBADD = \
  5. libgobegin_a_SOURCES = \
  6. runtime/go-main.c
  7. +include $(top_srcdir)/../libversions
  8. LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
  9. AM_GOCFLAGS = $(STRINGOPS_FLAG)
  10. GOCOMPILE = $(GOC) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_GOCFLAGS) $(GOCFLAGS)
  11. LTGOCOMPILE = $(LIBTOOL) --tag GO --mode=compile $(GOC) $(INCLUDES) \
  12. $(AM_GOCFLAGS) $(GOCFLAGS)
  13. -GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) \
  14. +GOLINK = $(LIBTOOL) --tag GO --mode-link $(GOC) $(LIBgo_LTVERSION) \
  15. $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_GOCFLAGS) $(LTLDFLAGS) -o $@