Re: [systemd-devel] Cross-building systemd?

2013-10-07 Thread Henrik Grindal Bakken
Warpme war...@o2.pl writes: Hi, I want to build sytemd in cross-build environment. One from many needed dependencies is libcap which is really old and isn't cross-build friendly. It looks like libcap-ng is kind of successor and I can build this lib in my cross-build environment. Is there

[systemd-devel] Cross-building systemd?

2013-10-04 Thread Warpme
Hi, I want to build sytemd in cross-build environment. One from many needed dependencies is libcap which is really old and isn't cross-build friendly. It looks like libcap-ng is kind of successor and I can build this lib in my cross-build environment. Is there any way to build systemd with

Re: [systemd-devel] Cross-building systemd?

2013-10-04 Thread Lennart Poettering
On Fri, 04.10.13 17:12, Warpme (war...@o2.pl) wrote: Hi, I want to build sytemd in cross-build environment. One from many needed dependencies is libcap which is really old and isn't cross-build friendly. It looks like libcap-ng is kind of successor and I can build this lib in my cross-build

Re: [systemd-devel] Cross-building systemd?

2013-10-04 Thread Stephan Raue
if you need a receipt to crosscompile libcap see: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/devel/libcap/build basically you must compile _makenames first with the hosttools: make CC=$HOST_CC -C libcap _makenames as a second step you crosscompile libcap like: make

Re: [systemd-devel] Cross-building systemd?

2013-10-04 Thread Warpme
On 10/4/13 6:38 PM, Stephan Raue wrote: if you need a receipt to crosscompile libcap see: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/devel/libcap/build basically you must compile _makenames first with the hosttools: make CC=$HOST_CC -C libcap _makenames as a second