On Sun, Apr 06, 2008 at 01:29:31AM +0100, Stephen Gran wrote:
> tags 466846 + patch
> thanks
> 
> Hi,
> 
> Attached is the diff for my wzdftpd 0.8.3-3.1 NMU.
> 

Hi,

DynaLoader has disappeared, but it seems it *was* needed for my current
use (without it, I can't load the perl module anymore, so Perl 5.8
support is broken, and I don't know if 5.10 is working ..)

I was not using it explicitly, but it was coming from the output of the
command perl -MExtUtils::Embed -e ldopts
-Wl,-E  -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt

As cmake does not support specifying LDFLAGS directly, it do not see any
simple solution ...

Any idea ?

Pierre


> -  SET(perl_LIBS ${perl_LIBS} DynaLoader)

> +  #ADD_CUSTOM_TARGET(libDynaLoader.a COMMAND ${CMAKE_COMMAND} -E 
> copy_if_different

> +  #  ${PERL_DYNALOADER}

> +  #  libDynaLoader.a)

> +  #ADD_DEPENDENCIES(libwzd_perl libDynaLoader.a)

> +  #SET(perl_LIBS ${perl_LIBS} DynaLoader)

>  ENDIF (NOT WIN32)

>  

>  IF(PERL_LIBRARY)







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to