From: Lucas De Marchi Date: Thu, 24 May 2012 02:05:04 +0000 (-0300) Subject: build-sys: provide --sysconfdir to make distcheck flags X-Git-Tag: v9~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851ee75c19cb025ae204a4d5a5a0178b4e97f056;p=thirdparty%2Fkmod.git build-sys: provide --sysconfdir to make distcheck flags test-blacklist is accessing the wrong location in make distcheck, making the test to fail. Fix is by providing --sysconfdir=/etc in configure flags. --- diff --git a/Makefile.am b/Makefile.am index e04e7f73..c3d380c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,7 +191,7 @@ testsuite-distclean: DISTCLEAN_LOCAL_HOOKS += testsuite-distclean EXTRA_DIST += testsuite/rootfs -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --sysconfdir=/etc distclean-local: $(DISTCLEAN_LOCAL_HOOKS)