Klemens Nanni: > I went the easy way just like Debian did; the update itself did not > change "-fno-common" behaviour, i.e. it's the same twenty files that > clash on the `gamgi' symbol.
That's a hint that it's defined in a header file that is included everywhere. You just need to mark it extern and copy the definition into a *.c file. > +# avoid patching twenty occurence of "ld: error: duplicate symbol: gamgi" > +COPTS += -fcommon It's never been quite clear to me how COPTS is to be used, but we do not use it in the ports tree. -- Christian "naddy" Weisgerber [email protected]
