summarylogtreecommitdiffstats
path: root/cpp_Make.rules.patch
blob: aadbd6fe87e09bd90d1719b41005e2ae0e0c8538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- 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