Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/fuse-ext2/Makefile.am b/fuse-ext2/Makefile.am 2index 9d3a065..0bb4341 100644 3--- a/fuse-ext2/Makefile.am 4+++ b/fuse-ext2/Makefile.am 5@@ -17,8 +17,7 @@ fuse_ext2_probe_SOURCES = \ 6 7 fuse_ext2_probe_CFLAGS = \ 8 -Wall \ 9- -DHAVE_CONFIG_H \ 10- -I/usr/local/include 11+ -DHAVE_CONFIG_H 12 13 fuse_ext2_SOURCES = \ 14 fuse-ext2.h \ 15@@ -98,9 +97,7 @@ umfuseext2_la_CFLAGS = \ 16 -Wall \ 17 -DHAVE_CONFIG_H \ 18 -D_GNU_SOURCE \ 19- $(DEVELFLAGS) \ 20- -I$(includedir)/umview \ 21- -I/usr/local/include 22+ $(DEVELFLAGS) 23 24 umfuseext2_la_LDFLAGS = \ 25 -module \ 26@@ -110,8 +107,7 @@ umfuseext2_la_LDFLAGS = \ 27 28 fuse_ext2_CFLAGS = \ 29 -Wall \ 30- -DHAVE_CONFIG_H \ 31- -I/usr/local/include 32+ -DHAVE_CONFIG_H 33 34 if DARWIN 35 bin_PROGRAMS += \