X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=204ac7abb44f895199ec539c50b807bd3969f863;hb=619f7981d9fb9f346346b04edb4d3f7c3a5d8f2f;hp=757468e95238ef6ad08cbdf8106ba34f3d6cdbb5;hpb=d884956a17347585f26fbfa1492ab396d2f41897;p=nfs-utils.git diff --git a/debian/rules b/debian/rules index 757468e..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