Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -189/+0 |
| | | | | | | | Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions. | ||||
* | use system-wide libtalloc with --enable-system-talloc | Harald Welte | 2015-11-21 | 1 | -0/+189 |
This introduces a new configure flag by which the libosmocore-internal talloc code is not compiled, but rather a system-wide libtalloc is used. When we started openbsc/libosmocore in 2008, libtalloc was not widely present on systems yet. This has changed meanwhile, and we should simply use the system-wide library |