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 | 67ed2ed72a8eaa6d8c2fb2f58f3497f28917f2ab (patch) | |
tree | 8901d77c7598939489756cb341bc02a9971e0814 | |
parent | More friendly linkflags and some ycm configs (diff) | |
download | gentoobrowse-api-67ed2ed72a8eaa6d8c2fb2f58f3497f28917f2ab.tar.bz2 gentoobrowse-api-67ed2ed72a8eaa6d8c2fb2f58f3497f28917f2ab.tar.xz gentoobrowse-api-67ed2ed72a8eaa6d8c2fb2f58f3497f28917f2ab.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 ; |