Hi Carsten, > Am 22.05.2015 um 14:22 schrieb Carsten Grzemba <[email protected]>: > > Hi, > is there a special magic to merge file from sysconfigdir? In this case I miss > modules-64.conf in pkgroot:
$(sysconfdir) is not merged from ISA different from the default: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/gar/v2/gar.mk#779 The existing solution is using /etc/opt/csw/64 for 64 bit applications: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/pango/trunk/Makefile#141 You could probable try this to achieve the layout you envision: EXTRA_MERGE_DIRS_isa-extra += $(sysconfdir) Please keep in mind that all files from the 64 bit ISA. Or try EXTRA_MERGE_DIRS_isa-extra += $(sysconfdir)/apache2/extra/modules-64.conf for just the file. I haven’t tried it but it should work. Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
