aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorchegar <none@none>2013-10-13 21:37:17 +0100
committerchegar <none@none>2013-10-13 21:37:17 +0100
commit5de4c7757ff276a6b2479d085c99d45b1b3bd421 (patch)
treef7ab378f21e7de0d3acc2c94cb28ec07a007997e /common
parentce36ca96998ae9afc167cc1be1f0d06ffdf1a93e (diff)
parentb86d66c79ec6f91d48d92450a16981cd43896ea0 (diff)
Merge
Diffstat (limited to 'common')
-rw-r--r--common/makefiles/RMICompilation.gmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/makefiles/RMICompilation.gmk b/common/makefiles/RMICompilation.gmk
index 4727412..acbc705 100644
--- a/common/makefiles/RMICompilation.gmk
+++ b/common/makefiles/RMICompilation.gmk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -60,11 +60,11 @@ define SetupRMICompilation
ifneq (,$$($1_RUN_IIOP))
$1_TARGETS += $$($1_TIE_FILES)
- $1_ARGS += -iiop
+ $1_ARGS += -iiop -emitPermissionCheck
endif
ifneq (,$$($1_RUN_IIOP_STDPKG))
$1_TARGETS += $$($1_TIE_STDPKG_FILES)
- $1_ARGS2 := -iiop -standardPackage
+ $1_ARGS2 := -iiop -emitPermissionCheck -standardPackage
endif
ifneq (,$$($1_KEEP_GENERATED))