summarylogtreecommitdiffstats
path: root/boost-system.patch
AgeCommit message (Collapse)Author
2019-08-07Removed boost-system.patchStephen Martin
- Rstudio team fixed this issue. - Now requires -DRSTUDIO_USE_SYSTEM_BOOST=yes in cmake call
2019-08-07Version bump with bug fixesStephen Martin
In prep for Rstudio 1.3: - Patched out their decision to rely on a self-contained boost. - Modified the server user to be rstudio-server The self-contained boost is not only hard to maintain, but will drastically inflate the package size. The attached patch removes their check, and allows cmake to find the system boost instead.