package/dhcpdump: fix build without pod2man
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 14 Sep 2020 20:42:39 +0000 (22:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 19 Sep 2020 19:14:14 +0000 (21:14 +0200)
commit698dcb61ea8ab81f92091dba372e996611d1168d
tree2cef89f7d91ba218b3652425bcc501b725a09941
parent60c46a256e48ec2d3f14f7888bfd50dd93cd1f44
package/dhcpdump: fix build without pod2man

Use dhcpdump target to avoid building dhcpdump.8 as it will raise the
following build failure if pod2man is not available:

pod2man --section 8 \
--date "23 June 2008" \
--name "DHCPDUMP" \
--center "User Contributed Software" \
dhcpdump.pod dhcpdump.8
/bin/sh: pod2man: command not found
make[1]: *** [Makefile:11: dhcpdump.8] Error 127

Fixes:
 - http://autobuild.buildroot.org/results/db3be149ec71de8376f685a6a9f027191d9bccc9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dhcpdump/dhcpdump.mk