summarylogtreecommitdiffstats
path: root/cpp_Make.rules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cpp_Make.rules.patch')
-rw-r--r--cpp_Make.rules.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/cpp_Make.rules.patch b/cpp_Make.rules.patch
deleted file mode 100644
index aadbd6fe87e0..000000000000
--- a/cpp_Make.rules.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/Ice-3.5.1/cpp/config/Make.rules 2013-10-04 17:48:15.000000000 +0200
-+++ Make.rules 2015-02-01 20:13:50.448211744 +0100
-@@ -11,13 +11,13 @@
- # Select an installation base directory. The directory will be created
- # if it does not exist.
- #
--prefix ?= /opt/Ice-$(VERSION)
-+prefix ?= /usr
-
- #
- # 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)
-+#embedded_runpath_prefix ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR)
-
- #
- # Define create_runpath_symlink as yes if you would like 'make install'
-@@ -30,7 +30,7 @@
- # Define OPTIMIZE as yes if you want to build with
- # optimization. Otherwise Ice is build with debug information.
- #
--#OPTIMIZE = yes
-+OPTIMIZE = yes
-
- #
- # Define LP64 as yes or no if you want force a 32 or 64 bit. The