We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbff40 commit 79bd891Copy full SHA for 79bd891
debian/rules
@@ -30,7 +30,7 @@ binary-syncd:
30
dh build -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
31
dh binary -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
32
33
-binary-syncd-rpc:
+binary-syncd-rpc: | binary-syncd
34
$(shell echo '--enable-rpcserver=no' > /tmp/syncd-build)
35
dh clean --with autotools-dev
36
dh build -N syncd -N syncd-dbg --with autotools-dev
0 commit comments