Hello.

> Anyhow, if you want to enable, you can do something like this, to make
> me and you happy, and then easily revert when new bugs are opened
 
        HAVE_DIETLIBC=no 
        ifeq ($(shell dpkg -s dietlibc-dev | grep -o installed), installed)
                DIET_LIBDIR := $(shell diet -L gcc)
                HAVE_DIETLIBC=yes 
        endif
        
        ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
                HAVE_DIETLIBC=no 
        endif

Thanks, I will add this snippet.

> If you want to enable it, please make sure it works :)

Okay. I will add some autopkgtests.

Reply via email to