[openjdk-8] 03/04: Don't pass the unsupported build options --with-pkgversion and --with-additional-vms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 1 00:23:20 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 a76bf0cbb53bc213c73b0008714ee57000b52dbc
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 1 01:49:45 2014 +0200

    Don't pass the unsupported build options --with-pkgversion and --with-additional-vms
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5f94d1b..09e7bb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -419,7 +419,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
   CONFIGURE_ARGS += --disable-compile-against-syscalls
 endif
 
-CONFIGURE_ARGS += --with-pkgversion="$(PKGVERSION)"
+#CONFIGURE_ARGS += --with-pkgversion="$(PKGVERSION)"
 
 # there are problems --with-alt-jar=/usr/bin/fastjar,
 # see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=217
@@ -477,9 +477,9 @@ ifeq ($(with_systemtap),yes)
   CONFIGURE_ARGS += --enable-systemtap --with-abs-install-dir=/$(basedir)
 endif
 
-ifneq (,$(alternate_vms))
-  CONFIGURE_ARGS += --with-additional-vms=$(subst $(SPACE),$(COMMA),$(alternate_vms))
-endif
+#ifneq (,$(alternate_vms))
+#  CONFIGURE_ARGS += --with-additional-vms=$(subst $(SPACE),$(COMMA),$(alternate_vms))
+#endif
 
 CONFIGURE_ARGS += --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 

-- 
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