> > $ diff -u configure~ configure
> > --- configure~  2005-03-17 12:07:34 +0100
> > +++ configure   2005-03-17 12:08:44 +0100
> > @@ -13991,7 +13991,7 @@
> >                          rb_cv_dlopen=yes ;;
> >         esix*|uxpds*)   : ${LDSHARED="ld -G"}
> >                         rb_cv_dlopen=yes ;;
> > -       osf*)           : ${LDSHARED="ld -shared 
> -expect_unresolved \"*\""}
> > +       osf*)           : ${LDSHARED="ld -shared 
> -expect_unresolved \"*\"
> > -oldstyle_liblookup"}
> >                         rb_cv_dlopen=yes ;;
> >         bsdi3*)         case "$CC" in
> >                         *shlicc*)       : ${LDSHARED="$CC -r"}
> 
> Ok, applied now. Thanks, Karl.

The check-in is wrong

... -expect_unresolved -oldstyle_liblookup \"*\"" 

should be:


... -expect_unresolved \"*\" -oldstyle_liblookup"

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

Reply via email to