X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Frules;h=204ac7abb44f895199ec539c50b807bd3969f863;hp=757468e95238ef6ad08cbdf8106ba34f3d6cdbb5;hb=6352825b8c7596ff09a3f84cff231999aca23ba6;hpb=5ebc6a64f60f88c880b83350bc21ff087affdea9 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