Switch to unified view
a/src/mk/Linux | b/src/mk/Linux | ||
---|---|---|---|
1 | 1 | ||
2 | include $(depth)/mk/commondefs |
2 | include $(depth)/mk/commondefs |
3 | include $(depth)/mk/localdefs |
3 | include $(depth)/mk/localdefs |
4 | 4 | ||
5 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \ |
5 | ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \ |
6 | -D_GNU_SOURCE \
|
6 | -D_GNU_SOURCE |
7 | -DHAVE_VASPRINTF=1 \ |
||
8 | -DHAVE_MKDTEMP=1 |
||
9 | 7 | ||
10 | LIBSYS = -lpthread -ldl |
8 | LIBSYS = -lpthread -ldl |