diff options
author | randomdan <randomdan@localhost> | 2014-11-13 00:27:16 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-11-13 00:27:16 +0000 |
commit | 9d5973073caf0fdb6da848b92f451b409ec56974 (patch) | |
tree | e3bb32521a06b4a3b75c99676fe1969e4d9e9ce7 | |
parent | Use Boost UTF library (diff) | |
download | libjsonpp-9d5973073caf0fdb6da848b92f451b409ec56974.tar.bz2 libjsonpp-9d5973073caf0fdb6da848b92f451b409ec56974.tar.xz libjsonpp-9d5973073caf0fdb6da848b92f451b409ec56974.zip |
Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE macro
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index e02a59a..396dfd0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -11,4 +11,4 @@ project ; -alias all : project2 netfs ytfs ; +alias all : project2 netfs libjsonpp p2pvr libtmdb slicer ; |