[openjdk-8] 02/02: Removed the unused --enable-pulse-java configure parameter
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 20 22:32:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit eaa3ee692999731df33871dede594d2cfdabd42d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue May 20 22:09:56 2014 +0200
Removed the unused --enable-pulse-java configure parameter
---
debian/rules | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7e01e37..69cd1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -474,13 +474,8 @@ EXTRA_BUILD_ENV += LIBFFI_LIBS=-lffi_pic
# CONFIGURE_ARGS += --disable-docs
#endif
-CONFIGURE_ARGS += --with-num-cores=$(NJOBS)
-
-ifeq ($(with_pulse),yes)
- CONFIGURE_ARGS += --enable-pulse-java
-endif
-
-CONFIGURE_ARGS += --with-zlib=system \
+CONFIGURE_ARGS += --with-num-cores=$(NJOBS) \
+ --with-zlib=system \
--with-libjpeg=system \
--with-giflib=system \
--with-libpng=system \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list