aboutsummaryrefslogtreecommitdiff
path: root/libs/libredblack
Commit message (Collapse)AuthorAge
* libredblack: pass CFLAGS properlyJosef Schlehofer2020-01-27
| | | | | | Fixes build with enabled ASLR PIE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* libredblack: Pass CFLAGSRosen Penev2019-08-28
| | | | | | | | | | CFLAGS were not being passed. This was breaking builds with ASLR. Pass proper PIC command to gcc with $(fPIC). Don't install static libraries. Keep those for InstallDev only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libredblack: Update to 1.3Rosen Penev2019-08-02
| | | | | | | | | | | Technically the same version, but this uses the normal tarball instead of a random GitHub repository. Cleaned up Makefile as a result. Removed Python dependency. rbgen is not used for the package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libredblack: add packageMislav Novakovic2017-09-18
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>