[csw-maintainers] merge issue with 64-bit builds (was [csw-pkgsubmissions] newpkgs libproxy)

Roger Håkansson hson at opencsw.org
Mon Mar 22 19:42:22 CET 2010


On 2010-03-22 18:16, Maciej (Matchek) Blizinski wrote:
> 2010/3/22 Roger Håkansson<hson at opencsw.org>:
>> there isn't any way to tell GAR to merge only libraries not binaries when
>> building 64-bit.
>
> There is, here's the idiom:
>
> MERGE_DIRS_isa-extra = $(libdir)
>
> It's literally 'extra', a shorthand for:
>
> MERGE_DIRS_isa-sparcv9 = $(libdir)
> MERGE_DIRS_isa-amd64   = $(libdir)

In this case (libproxy), that would do the trick.
But in some cases one might want to skip merging binaries into the 
"base" package, but have "runnable scripts" in the development package 
(i.e where you have a xxx-config which gives pkg-config-like 
functionality). How would you do that then?



More information about the maintainers mailing list