[SSSD] [patch] Allow Debian/Ubuntu build to pass --install-layout=deb to setup.py

Stephen Gallagher sgallagh at redhat.com
Thu May 6 20:06:49 UTC 2010


On 05/06/2010 01:43 PM, Petter Reinholdtsen wrote:
>
> [Stephen Gallagher]
>> Peter, please test the attached patch. Let me know if that works
>> properly on Debian without having to pass anything special on the
>> command line.
>
> Seem to work.  Perhaps you also want this part, to allow --with-os to
> handle debian as an argument (I searched for all places suse was
> mentioned. :).
>
> --- sssd-1.1.1.orig/src/external/platform.m4
> +++ sssd-1.1.1/src/external/platform.m4
> @@ -4,8 +4,9 @@
>   osname=""
>   if test x"$with_os" != x ; then
>       if test x"$with_os" == xfedora -o \
> -            x"$with_os" == xredhat -o \
> -            x"$with_os" == xsuse ; then
> +            x"$with_os" == xredhatf -o \
> +            x"$with_os" == xsuse  -o \
> +            x"$with_os" == xdebian ; then
>           osname=$with_os
>       else
>           AC_MSG_ERROR([Illegal value -$with_os- for option --with-os])
>
> Happy hacking,


New patch with this included. Thanks!

-- 
Stephen Gallagher
RHCE 804006346421761

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Allow-Debian-Ubuntu-build-to-pass-install-layout-deb.patch
Type: text/x-patch
Size: 3011 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20100506/e4c0880e/attachment.bin>


More information about the sssd-devel mailing list