]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- set compiled-in RUBY_LIB_DIR to the directory where ruby library is installed
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 6 Jan 2004 16:45:22 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-LIB_PREFIX.patch -> 1.1

ruby-LIB_PREFIX.patch [new file with mode: 0644]

diff --git a/ruby-LIB_PREFIX.patch b/ruby-LIB_PREFIX.patch
new file mode 100644 (file)
index 0000000..40164f9
--- /dev/null
@@ -0,0 +1,13 @@
+diff -dur ruby-1.8.1.orig/configure.in ruby-1.8.1/configure.in
+--- ruby-1.8.1.orig/configure.in       2003-12-24 20:19:12.000000000 +0100
++++ ruby-1.8.1/configure.in    2004-01-06 17:33:27.052504945 +0100
+@@ -1375,7 +1375,7 @@
+     RUBY_LIB_PREFIX="/lib/ruby"
+     ;;
+   *)
+-    RUBY_LIB_PREFIX="${prefix}/lib/ruby"
++    RUBY_LIB_PREFIX="${libdir}/ruby"
+     ;;
+ esac
+ RUBY_LIB_PATH="${RUBY_LIB_PREFIX}/${MAJOR}.${MINOR}"
+Only in ruby-1.8.1: configure.in~
This page took 0.635992 seconds and 4 git commands to generate.