[csw-maintainers] merge issue with 64-bit builds (was [csw-pkgsubmissions] newpkgs libproxy)
Maciej (Matchek) Blizinski
maciej at opencsw.org
Mon Mar 22 18:16:39 CET 2010
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)
More information about the maintainers
mailing list