Re: [Fink-devel] inherited_linker_flags

2017-07-12 Thread David Reiser
> On Jul 11, 2017, at 6:14 AM, Hanspeter Niederstrasser > wrote: > > On 7/9/17 9:00 PM, David Reiser wrote: >> gnutls30 inserts: >> inherited_linker_flags=' -framework Security -framework CoreFoundation’ >> in its .la files. And the validator complains at the end of the package >> build. >> I

Re: [Fink-devel] inherited_linker_flags

2017-07-11 Thread Hanspeter Niederstrasser
On 7/9/17 9:00 PM, David Reiser wrote: gnutls30 inserts: inherited_linker_flags=' -framework Security -framework CoreFoundation’ in its .la files. And the validator complains at the end of the package build. I tried one fix of inserting 4 '-Wl,' in line in the Makefile.in, but that broke the b

[Fink-devel] inherited_linker_flags

2017-07-09 Thread David Reiser
gnutls30 inserts: inherited_linker_flags=' -framework Security -framework CoreFoundation’ in its .la files. And the validator complains at the end of the package build. I tried one fix of inserting 4 '-Wl,' in line in the Makefile.in, but that broke the build sooner. What’s the right way to avo