Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: no internal future only stretch sid wily xenial
(fixes #14577)
  • Loading branch information
jef-n committed Apr 4, 2016
1 parent ec01f67 commit f968f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -97,7 +97,7 @@ else
CMAKE_OPTS += -DWITH_INTERNAL_NOSE2=FALSE -DWITH_INTERNAL_SIX=FALSE
endif

ifneq (,$(findstring $(DISTRIBUTION),"stretch unstable wily xenial"))
ifeq (,$(findstring $(DISTRIBUTION),"stretch sid wily xenial"))
CMAKE_OPTS += -DWITH_INTERNAL_FUTURE=TRUE
else
CMAKE_OPTS += -DWITH_INTERNAL_FUTURE=FALSE
Expand Down

0 comments on commit f968f99

Please sign in to comment.