[SSSD] [PATCH][ding_libs] Add version symbol files

Sumit Bose sbose at redhat.com
Mon Apr 14 16:23:00 UTC 2014


On Mon, Apr 14, 2014 at 04:25:27PM +0200, Jakub Hrozek wrote:
> On Tue, Apr 08, 2014 at 02:56:10PM +0200, Lukas Slebodnik wrote:
> > Ignoring error with older automake:
> > The only drawback is libraries will not rebuilt on RHEL6 if version symbol
> > files are changed.
> > 
> > Next commands will not have any effect.
> > touch ini/libini_config.sym
> > make
> > 
> > Workaround is to use make clean && make (or touch any other source file)
> > We are doing review on fedora 19+. We will catch warnings from newer automake.
> > 
> > 
> > If we don not want to have warning on rhel6 we can maintain dependencies
> > manually because ding-libs doesn't have complicated dependencies.
> > libini_config_la_DEPENDENCIES = \
> >     ini/libini_config.sym \
> >     $(libini_config_la_LIBADD)
> > 
> > LS
> 
> I would personally prefer to ignore warnings on an older release (which
> will go EOL eventually) and see the warnings on our devel platforms rather
> than having to maintain dependencies manually forever.

I agree, I like the 2nd version

EXTRA_libini_config_la_DEPENDENCIES = ini/libini_config.sym

best.

bye,
Sumit

> _______________________________________________
> sssd-devel mailing list
> sssd-devel at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/sssd-devel



More information about the sssd-devel mailing list