diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.demo.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/config/Make.demo.rules b/cpp/config/Make.demo.rules index 935cb9c4e26..3c8c5fb0b91 100644 --- a/cpp/config/Make.demo.rules +++ b/cpp/config/Make.demo.rules @@ -8,6 +8,12 @@ # ********************************************************************** # +# The "root directory" for runpath embedded in executables. Can be unset +# to avoid adding a runpath to Ice executables. +# +embedded_runpath_prefix ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR) + +# # Define OPTIMIZE as yes if you want to build with # optimization. Otherwise Ice is build with debug information. # |