diff -Nru openjdk-7-7u85-2.6.1/debian/changelog openjdk-7-7u85-2.6.1/debian/changelog --- openjdk-7-7u85-2.6.1/debian/changelog 2015-10-07 14:30:00.000000000 +0000 +++ openjdk-7-7u85-2.6.1/debian/changelog 2015-10-08 05:04:56.000000000 +0000 @@ -1,3 +1,9 @@ +openjdk-7 (7u85-2.6.1-5) unstable; urgency=medium + + * Fix passing --disable-system-sctp for non-linux targets. + + -- Matthias Klose Thu, 08 Oct 2015 07:01:54 +0200 + openjdk-7 (7u85-2.6.1-4) unstable; urgency=medium * Build again with pulseaudio on alpha. diff -Nru openjdk-7-7u85-2.6.1/debian/rules openjdk-7-7u85-2.6.1/debian/rules --- openjdk-7-7u85-2.6.1/debian/rules 2015-10-07 14:22:46.000000000 +0000 +++ openjdk-7-7u85-2.6.1/debian/rules 2015-10-08 05:01:38.000000000 +0000 @@ -589,7 +589,7 @@ endif # Only Linux has libsctp-dev currently -ifneq (,$(filter $(DEB_HOST_ARCH_OS), linux)) +ifeq (,$(filter $(DEB_HOST_ARCH_OS), linux)) CONFIGURE_ARGS += \ --disable-system-sctp endif