On Fri, Feb 11, 2005, Matthias Kurz wrote:

> Index: setup.py
> ===================================================================
> RCS file: /cvs/opkg/vendor_stuff/linkchecker/setup.py,v
> retrieving revision 1.1.1.1
> diff -u -u -r1.1.1.1 setup.py
> --- setup.py  7 Feb 2005 00:30:28 -0000       1.1.1.1
> +++ setup.py  11 Feb 2005 16:07:57 -0000
> @@ -195,10 +195,10 @@
>      def build_extensions (self):
>          # For gcc 3.x we can add -std=gnu99 to get rid of warnings.
>          extra = []
> -        if self.compiler.compiler_type == 'unix':
> -            option = "-std=gnu99"
> -            if cc_supports_option(self.compiler.compiler, option):
> -                extra.append(option)
> +        #if self.compiler.compiler_type == 'unix':
> +            #option = "-std=gnu99"
> +            #if cc_supports_option(self.compiler.compiler, option):
> +                #extra.append(option)
>          # First, sanity-check the 'extensions' list
>          self.check_extensions_list(self.extensions)
>          for ext in self.extensions:

But "linkchecker" requires "gcc", so the -std=gnu99 option should work
just fine. And at least for me the package builds ok. What exactly is
the problem you are faced with?

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to