From: John Marino Date: Sun, 5 Feb 2012 07:52:26 +0000 (+0100) Subject: librefuse: Remove from Makefile; it breaks world X-Git-Tag: v3.4.0rc~1289 X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/commitdiff_plain/7e1d2825717ccf4a77edc0de7cf1ae109928db1f librefuse: Remove from Makefile; it breaks world The refuse library fails during a clean build (presumably on test machines /usr/include/fuse_opt.h existed and the build defaulted to that one). /usr/src/lib/librefuse/fuse.h:191:22: fatal error: fuse_opt.h: No such file or directory compilation terminated. --- diff --git a/lib/Makefile b/lib/Makefile index 29f91afa59..bd6dbc8f21 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -73,7 +73,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ libposix1e \ libprop \ libpuffs \ - librefuse \ librpcsvc \ librt \ libsctp \