View | Details | Raw Unified | Return to bug 151997
Collapse All | Expand All

(-)Makefile.my (-1 / +1 lines)
Lines 24-30 Link Here
24
USE_ICONV=	yes
24
USE_ICONV=	yes
25
CONFIGURE_ARGS=	--exec-prefix=${PREFIX} --disable-mount-helper \
25
CONFIGURE_ARGS=	--exec-prefix=${PREFIX} --disable-mount-helper \
26
		--disable-mtab --with-fuse=external
26
		--disable-mtab --with-fuse=external
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I/usr/local/include/glib-2.0" LDFLAGS="-L${LOCALBASE}/lib"
28
28
29
OPTIONS=	LOCK "Lock the device when mounting (avoids access)" on \
29
OPTIONS=	LOCK "Lock the device when mounting (avoids access)" on \
30
		UBLIO "Enable user space cache for improved speed" on
30
		UBLIO "Enable user space cache for improved speed" on

Return to bug 151997