ports/geo/postgis/patches/patch-liblwgeom_Makefile_in

15 lines
557 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
our libtool doesnt link the contents of libryu.a ?
Index: liblwgeom/Makefile.in
--- liblwgeom/Makefile.in.orig
+++ liblwgeom/Makefile.in
2023-09-08 05:21:37 +00:00
@@ -188,7 +188,7 @@ $(RYU_LIBPATH): ../deps/ryu/d2s.c
2023-08-16 22:26:55 +00:00
$(MAKE) -C ../deps/ryu @RYU_LIB@
liblwgeom.la: $(LT_OBJS) $(RYU_LIBPATH)
- $(LIBTOOL) --tag=CC --mode=link $(CC) -rpath $(libdir) $(LT_OBJS) $(RYU_LIBPATH)\
+ $(LIBTOOL) --tag=CC --mode=link $(CC) -rpath $(libdir) $(LT_OBJS) ../deps/ryu/d2s.lo \
-release $(SOVER) -version-info $(VERSION_INFO) $(LDFLAGS) -static -o $@
maintainer-clean: clean