On Wed, Jan 22, 2014 at 07:39:05AM +0100, Johannes Schauer wrote: > Hi Ahmed, > > Quoting أحمد المحمودي (2014-01-22 06:51:13) > > * I had to modify the hardening patch to get fuseloop to build, modified > > patch is attached. > > I think you forgot to attach your patch but notice that after informing > upstream of the issue, they fixed it for fuseloop 1.0.2 which is packaged on > https://mentors.debian.net/package/fuseloop ---end quoted text---
Sorry, that I forgot to attach it. Please find it attached in this email. -- أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
--- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ +CFLAGS:=$(shell pkg-config --cflags fuse) $(CFLAGS) +LDFLAGS:=$(shell pkg-config --libs fuse) $(LDFLAGS) -lpthread + fuseloop: fuseloop.c - $(CC) $^ `pkg-config --cflags --libs fuse` -lpthread -o $@ + $(CC) $^ $(CFLAGS) $(LDFLAGS) -o $@ .PHONY: clean clean:
signature.asc
Description: Digital signature