Hi Riccardo,

Am 03.02.2019 um 01:01 schrieb Riccardo Mottola via devel 
<devel@lists.opencsw.org>:
> I am havinng an issue while compiling gnustep-back on solaris9:
> 
> __tls_get_addr is not found (dependency from pixman)
> 
> the solution should be to add -lpthread (not needed on Solaris 10 or later, 
> sicne moved inside libc)
> 
> I thought of adding
> 
> EXTRA_LDFLAGS += -lcairo
> EXTRA_LDFLAGS += -lpthread
> 
> 
> but it doesn't do anything, appears to have no effect, I check the config.log
> 
> Am I using the wrong variable, does it exist at all? Or maybe some other 
> trick is needed to use it properly.

Works for me, I just committed these lines:

# Checkpkg suggests adding the following lines to the GAR recipe:
# This is a summary; see above for details.
RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibart
If any of the reported errors were false positives, you can override them
pasting the lines below to the GAR recipe.
CHECKPKG_OVERRIDES_CSWgnustep-back += pkginfo-opencsw-repository-uncommitted
CHECKPKG_OVERRIDES_CSWgnustep-back += missing-dependency|CSWlibart
CHECKPKG_OVERRIDES_CSWgnustep-back += surplus-dependency|CSWlibfontconfig1
CHECKPKG_OVERRIDES_CSWgnustep-back += surplus-dependency|CSWlibcairo2
CHECKPKG_OVERRIDES_CSWgnustep-back += surplus-dependency|CSWlibxrender



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

Reply via email to