wok-next view 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 source
1 Frogatto look for multithread libboost (*-mt.so) but we don't use them in SliTaz
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -60,7 +60,7 @@
6 $(CCACHE) $(CXX) \
7 $(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(INC) \
8 $(objects) -o game \
9 - $(LIBS) -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
10 + $(LIBS) -lboost_regex -lboost_system -lpthread -fthreadsafe-statics
12 # pull in dependency info for *existing* .o files
13 -include $(objects:.o=.d)
14 @@ -69,7 +69,7 @@
15 $(CCACHE) $(CXX) \
16 $(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) \
17 $(server_objects) -o server \
18 - $(LIBS) -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt
19 + $(LIBS) -lboost_regex -lboost_system -lboost_thread -lboost_iostreams
21 clean:
22 rm -f *.o *.d game