Index: fuse-2.9.0/util/Makefile.am =================================================================== --- fuse-2.9.0.orig/util/Makefile.am 2012-07-02 09:27:27.057828998 +0200 +++ fuse-2.9.0/util/Makefile.am 2012-07-02 09:28:25.920068349 +0200 @@ -10,6 +10,8 @@ noinst_PROGRAMS = mount.fuse # copying it over. fusermount_SOURCES = fusermount.c mount_util.c fusermount_CPPFLAGS = -I$(top_srcdir)/lib +fusermount_CFLAGS = -fPIE $(AM_CFLAGS) +fusermount_LDFLAGS = -pie $(AM_LDFLAGS) BUILT_SOURCES = mount_util.c mount_util.c: $(top_srcdir)/lib/mount_util.c @cp $(top_srcdir)/lib/mount_util.c .