[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. debian/1.0.0-1-10-g3982131
Antonio Terceiro
terceiro at debian.org
Sun Nov 6 15:32:29 UTC 2011
The following commit has been merged in the master branch:
commit 9f3d5c7abf600e4a2b35a10246c1720a1b2cff36
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Nov 6 09:25:44 2011 -0200
Workaround enconding problem in gtk2/ext/gtk2/extconf.rb
diff --git a/debian/build b/debian/build
index 03fd39d..aee0543 100755
--- a/debian/build
+++ b/debian/build
@@ -19,7 +19,7 @@ echo "I: libdir = $libdir"
echo "I: archdir = $archdir"
echo "I: DESTDIR = $pkgdir"
-$ruby extconf.rb
+RUBYOPT='-Ku' $ruby extconf.rb
make
--
ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list