In article <[EMAIL PROTECTED]> you wrote:

>    added runtime dependencies and fixes for a perl script
> [...]
>  @@ -79,6 +79,9 @@
>   BuildPreReq:  openssl
>   PreReq:       openssl
>   %endif
>  +%if "%{with_ntlm}" == "yes"
>  +PreReq:       samba
>  +%endif
>   AutoReq:      no
>   AutoReqProv:  no
>   
>  @@ -102,6 +105,12 @@
>       %patch -p0 -P 0
>       find . -name "*.orig" -print | xargs rm -f
>   %endif
>  +%if "%{with_ntlm}" == "yes"
>  +    %{l_shtool} subst \
>  +        -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' \
>  +        -e 's;wbinfo;%{l_prefix}/bin/wbinfo;' \
>  +        helpers/external_acl/wbinfo_group/wbinfo_group.pl
>  +%endif
>   
>   %build
>       #   configure package

This seems to require some changes to the Samba package to be
consistent, right? Because I cannot see any "bin/wbinfo" program in
the current Samba package. Can you commit also those changes to be
consistent here? Thanks.

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

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to