Phil Sutter dixit:

>Yes, but this is not the problem. Warnings shouldn't detain zlib from
>compiling...

But they do.

if test $shared -eq 1; then                                                     
        
  echo Checking for shared library support...                                   
        
  # we must test in two steps (cc then ld), required at least on SunOS 4.x      
        
  if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&                             
        
     test "`($LDSHARED -o $test$shared_ext $test.o) 2>&1`" = ""; then           
        

The configure script definitively sucks major arse. If this were
MirPorts, I'd replace it using BSD make… ;)

I'd say: keep in the -fhonour-copts patch in trunk and fix this,
and any other packages where problems occur. Could you test a
bulk build before and after? Then I'll prepare the commit, i.e.
the libz bug fix.

bye,
//mirabile
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to