Change Debian rules file to relect the fact that we build DHCPv6 by default.

This commit is contained in:
Simon Kelley
2012-02-16 20:07:17 +00:00
parent 57f460de2f
commit 96c3879bed

4
debian/rules vendored
View File

@@ -33,8 +33,8 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux)
endif endif
endif endif
ifeq (,$(filter nodhcp6,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter nodhcp6,$(DEB_BUILD_OPTIONS)))
COPTS += -DHAVE_DHCP6 COPTS += -DNO_DHCP6
endif endif
ifneq (,$(filter noipv6,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter noipv6,$(DEB_BUILD_OPTIONS)))