From bcd5a1f3e83f9fffacdd72bc54424d5b7d62bf56 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 25 Nov 2012 13:18:18 -0800 Subject: classpath: Fix build for 64bit target using lib64 for base_libdir Signed-off-by: Khem Raj --- .../classpath/classpath-0.99/use_libdir.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-core/classpath/classpath-0.99/use_libdir.patch (limited to 'recipes-core/classpath/classpath-0.99/use_libdir.patch') diff --git a/recipes-core/classpath/classpath-0.99/use_libdir.patch b/recipes-core/classpath/classpath-0.99/use_libdir.patch new file mode 100644 index 0000000..3b4df90 --- /dev/null +++ b/recipes-core/classpath/classpath-0.99/use_libdir.patch @@ -0,0 +1,19 @@ +on some arches we use lib64 for libdir so hardcoding to lib +is not gonna work always + +Signed-off-by: Khem Raj + +Index: classpath-0.99/resource/Makefile.am +=================================================================== +--- classpath-0.99.orig/resource/Makefile.am 2006-01-12 12:15:43.000000000 -0800 ++++ classpath-0.99/resource/Makefile.am 2012-11-21 14:28:02.433005139 -0800 +@@ -1,7 +1,7 @@ + ## used by automake to generate Makefile.in + + logging_DATA = java/util/logging/logging.properties +-loggingdir = $(prefix)/lib ++loggingdir = $(libdir) + + security_DATA = java/security/classpath.security +-securitydir = $(prefix)/lib/security ++securitydir = $(libdir)/security -- cgit v1.2.3-54-g00ecf