aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogb.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2021-01-08Revert "pkgconfig: link to mnl if available"laforge1-1/+1
This reverts commit 2253224b33ae9f54f14dc54f0098c4d5ee27fdbf. Reason for revert: Causes massive build failure for osmo-pcu and osmo-sgsn on all the distributions/architectures we build for Change-Id: I6dbe4507701bee013b29dcc26f32c4e1a3c23613 Closes: OS#4936
2021-01-07pkgconfig: link to mnl if availableEric1-1/+1
The dependency on mnl breaks builds of osmo-pcu et al if mnl is used for libosmogb, but not linked in for lib users Change-Id: Ib4df95d5c922f8edfa33e68645652fd30d321ff8
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-1/+1
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.
2012-09-07libosmogb: build without strict aliasing rulesHarald Welte1-1/+1
This allows us to reliably do the trick with casting structures like libgb_msgb_cb to the msgb->cb[] array. Shamelessly stolen from the Linux kernel.
2012-06-18libosmogb: make sure to link with libosmovtyHarald Welte1-1/+1
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-0/+11