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 | ccdb745110d5fa6835282fa9bf3989148084056a (patch) | |
tree | 2d1543c4bfc1bb1b1100e6eb471761704ef7ccb0 | |
parent | More friendly linkflags and some ycm configs (diff) | |
download | libdbpp-postgresql-ccdb745110d5fa6835282fa9bf3989148084056a.tar.bz2 libdbpp-postgresql-ccdb745110d5fa6835282fa9bf3989148084056a.tar.xz libdbpp-postgresql-ccdb745110d5fa6835282fa9bf3989148084056a.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 ; |