[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tux3
Subject:    [Tux3] [PATCH] build on systems that don't have FUSE
From:       phillips () phunq ! net (Daniel Phillips)
Date:       2008-09-09 18:09:34
Message-ID: 200809091109.34324.phillips () phunq ! net
[Download RAW message or body]

On Tuesday 09 September 2008 10:49, Benjamin K. Stuhl wrote:
> -	$(CC) $(CFLAGS) $$(pkg-config --cflags fuse) buffer.c diskio.c
> tux3fuse.c -lfuse -otux3fuse
> +	if pkg-config fuse; then $(CC) $(CFLAGS) $$(pkg-config --cflags fuse)
> buffer.c diskio.c tux3fuse.c -lfuse -otux3fuse; else true; fi

Hi Benjamin,

I would be better to do this by conditionally adding the fuse binaries
to the binaries variable.

Regards,

Daniel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic