Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread John Johansen
On 10/15/2013 11:50 AM, Steve Beattie wrote: > On Tue, Oct 15, 2013 at 09:12:26AM -0700, John Johansen wrote: >>> There are two ways that I can see to link libapparmor in statically, >>> while not linking the entire binary statically: >>> >>> - link directly against ../library/libapparmor/src/.li

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread Steve Beattie
On Tue, Oct 15, 2013 at 09:12:26AM -0700, John Johansen wrote: > > There are two ways that I can see to link libapparmor in statically, > > while not linking the entire binary statically: > > > > - link directly against ../library/libapparmor/src/.libs/libapparmor.a > > - play some loader game

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread John Johansen
On 10/15/2013 08:20 AM, Steve Beattie wrote: > On Mon, Oct 14, 2013 at 06:35:39PM -0700, John Johansen wrote: >> On 10/14/2013 05:46 PM, John Johansen wrote: >>> On 10/10/2013 01:46 PM, Steve Beattie wrote: With trunk commit 2205 "use libapparmor's find mountpoint fn", the parser now buil

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread Steve Beattie
On Mon, Oct 14, 2013 at 06:35:39PM -0700, John Johansen wrote: > On 10/14/2013 05:46 PM, John Johansen wrote: > > On 10/10/2013 01:46 PM, Steve Beattie wrote: > >> With trunk commit 2205 "use libapparmor's find mountpoint fn", > >> the parser now builds against and uses libapparmor at runtime. Howe

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-14 Thread John Johansen
On 10/14/2013 05:46 PM, John Johansen wrote: > On 10/10/2013 01:46 PM, Steve Beattie wrote: >> With trunk commit 2205 "use libapparmor's find mountpoint fn", >> the parser now builds against and uses libapparmor at runtime. However, >> it currently builds against the system installed libapparmor li

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-14 Thread John Johansen
On 10/10/2013 01:46 PM, Steve Beattie wrote: > With trunk commit 2205 "use libapparmor's find mountpoint fn", > the parser now builds against and uses libapparmor at runtime. However, > it currently builds against the system installed libapparmor library and > header files, which fails if either ar

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-11 Thread John Johansen
On 10/11/2013 06:34 PM, John Johansen wrote: > On 10/10/2013 06:25 PM, Steve Beattie wrote: >> On Thu, Oct 10, 2013 at 03:33:19PM -0700, John Johansen wrote: >>> On 10/10/2013 01:46 PM, Steve Beattie wrote: With trunk commit 2205 "use libapparmor's find mountpoint fn", the parser now buil

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-11 Thread John Johansen
On 10/10/2013 06:25 PM, Steve Beattie wrote: > On Thu, Oct 10, 2013 at 03:33:19PM -0700, John Johansen wrote: >> On 10/10/2013 01:46 PM, Steve Beattie wrote: >>> With trunk commit 2205 "use libapparmor's find mountpoint fn", >>> the parser now builds against and uses libapparmor at runtime. However

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-10 Thread Steve Beattie
On Thu, Oct 10, 2013 at 03:33:19PM -0700, John Johansen wrote: > On 10/10/2013 01:46 PM, Steve Beattie wrote: > > With trunk commit 2205 "use libapparmor's find mountpoint fn", > > the parser now builds against and uses libapparmor at runtime. However, > > it currently builds against the system ins

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-10 Thread John Johansen
On 10/10/2013 01:46 PM, Steve Beattie wrote: > With trunk commit 2205 "use libapparmor's find mountpoint fn", > the parser now builds against and uses libapparmor at runtime. However, > it currently builds against the system installed libapparmor library and > header files, which fails if either ar

[apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-10 Thread Steve Beattie
With trunk commit 2205 "use libapparmor's find mountpoint fn", the parser now builds against and uses libapparmor at runtime. However, it currently builds against the system installed libapparmor library and header files, which fails if either aren't installed, and is thus painful for bootstrapping