aboutsummaryrefslogtreecommitdiff
path: root/libs/libredblack
Commit message (Collapse)AuthorAge
* treewide: fix places where $(FPIC) is unquotedPhilip Prindeville2021-03-19
| | | | | | | | | | | | | | | | | Fixes part of issue #14921. When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can count on $(TARGET_CFLAGS) in turn being quoted when it gets expanded. But there are a few places where $(FPIC) gets expanded directly into environment variables passed on the command line, such as when setting lt_cv_* variables as in this case. It's wrong to assume that the expansion of $(FPIC) won't require quoting (such as it containing spaces) if it has multiple compiler flags. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* 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>