wok-next diff frogatto/stuff/patches/libboost-mt.patch @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/frogatto/stuff/patches/libboost-mt.patch	Tue Jul 28 07:53:22 2020 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +Frogatto look for multithread libboost (*-mt.so) but we don't use them in SliTaz
     1.5 +
     1.6 +--- a/Makefile
     1.7 ++++ b/Makefile
     1.8 +@@ -60,7 +60,7 @@
     1.9 + 	$(CCACHE) $(CXX) \
    1.10 + 		$(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(INC) \
    1.11 + 		$(objects) -o game \
    1.12 +-		$(LIBS) -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
    1.13 ++		$(LIBS) -lboost_regex -lboost_system -lpthread -fthreadsafe-statics
    1.14 + 
    1.15 + # pull in dependency info for *existing* .o files
    1.16 + -include $(objects:.o=.d)
    1.17 +@@ -69,7 +69,7 @@
    1.18 + 	$(CCACHE) $(CXX) \
    1.19 + 		$(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) \
    1.20 + 		$(server_objects) -o server \
    1.21 +-		$(LIBS) -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
    1.22 ++		$(LIBS) -lboost_regex -lboost_system -lboost_thread -lboost_iostreams
    1.23 + 
    1.24 + clean:
    1.25 + 	rm -f *.o *.d game