pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53613: New package: audio/alure-1.2



The following reply was made to PR pkg/53613; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/53613: New package: audio/alure-1.2
Date: Wed, 26 Sep 2018 16:28:14 +0000

 On Tue, Sep 25, 2018 at 10:50:01AM +0000, Leonardo Taccari wrote:
  >  What I meant is, should audio/alure/buildlink3.mk be adjusted like that:
  >  [...]
  >  +.include "../../mk/pkg-build-options.mk"
  >  +
  >  +.if !empty(PKG_BUILD_OPTIONS.alure:Mflac)
  >  +.include "../../audio/flac/buildlink3.mk"
  >  +.endif
  >  [...]
 
 It depends on how the library works -- if its public include files
 include (for this example) flac's, then you need this or the package
 using alure won't be able to get to them. Otherwise (if the library
 presents its own self-contained API and ABI) you don't.
 
 I think. Now that I think about it I'm not sure what happens with
 static linking :-/
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index