X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=204ac7abb44f895199ec539c50b807bd3969f863;hb=619f7981d9fb9f346346b04edb4d3f7c3a5d8f2f;hp=88dc61de25f67f6244f20274161e7da9acf63cdd;hpb=e9e64da841daf8d3a5f9a9df55d96ec80631fb07;p=nfs-utils.git diff --git a/debian/rules b/debian/rules index 88dc61d..204ac7a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,9 @@ # Parsing of DEB_BUILD_OPTIONS flags. # Note that nostrip is handled automatically by debhelper. -CFLAGS := -g -Wall +CFLAGS := -g -Wall -DPIPEFS_DIR=\\\"/run/rpc_pipefs\\\" \ + -DGSSD_PIPEFS_DIR=\\\"/run/rpc_pipefs\\\" + ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else @@ -27,7 +29,7 @@ build-stamp: --enable-nfsv41 \ --enable-ipv6 \ --enable-libmount-mount \ - --with-libgssglue \ + --with-gssglue \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp