summaryrefslogtreecommitdiff
path: root/package/ruby/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-08 18:40:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-08 18:40:25 +0100
commitd250a5aa67121b63d4315238c988c3a5111b7a22 (patch)
treebe1374e6590d2671cd85249163f4daf3d5e11633 /package/ruby/patches/patch-configure
parent32e0a1811fde45e0174fd2c88979733dfa52b62a (diff)
parente518dde1484afa818ea4aae89c7cab91c64bf4a2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ruby/patches/patch-configure')
-rw-r--r--package/ruby/patches/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ruby/patches/patch-configure b/package/ruby/patches/patch-configure
new file mode 100644
index 000000000..efd25b6ff
--- /dev/null
+++ b/package/ruby/patches/patch-configure
@@ -0,0 +1,11 @@
+--- ruby-1.9.2-p0.orig/configure 2010-08-18 07:56:27.000000000 +0200
++++ ruby-1.9.2-p0/configure 2010-11-08 18:00:26.561241080 +0100
+@@ -15431,7 +15431,7 @@ esac
+ esac
+ fi
+ if test "$enable_rpath" = yes; then
+- LIBRUBY_RPATHFLAGS="${linker_flag}-R ${linker_flag}\$(libdir) -L\$(libdir)"
++ LIBRUBY_RPATHFLAGS="${linker_flag}-R ${linker_flag}\$(libdir)"
+ LIBRUBYARG_SHARED="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_SHARED"
+ LIBRUBYARG_STATIC="$LIBRUBY_RPATHFLAGS $LIBRUBYARG_STATIC"
+ fi