diff -r 4ca17af53013 -r 6aa415912c9b dhcpd/dhcpd.spec --- a/dhcpd/dhcpd.spec Thu Sep 15 11:49:33 2011 +0200 +++ b/dhcpd/dhcpd.spec Thu Sep 15 11:51:37 2011 +0200 @@ -22,8 +22,8 @@ ## # package version -%define V_opkg 4.2.1 -%define V_dist 4.2.1 +%define V_opkg 4.2.2 +%define V_dist 4.2.2 # package information Name: dhcpd @@ -36,7 +36,7 @@ Group: DHCP License: ISC/BSD Version: %{V_opkg} -Release: 20110424 +Release: 20110914 # package options %option with_fsl yes @@ -74,6 +74,9 @@ %prep %setup -q -n dhcp-%{V_dist} + ( echo "/* Placeholder to remove conflicting symbol 'struct option' */" + echo "/* which is sometimes present in both getopt.h and tree.h */" + ) >includes/getopt.h %patch -p0 %build