updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / ruby-xapian-full / Rakefile.patch
blobedd5580368b97610170ee2f2f87be93cb47ec726
1 diff -Naur xapian-full-1.2.3/Rakefile xapian-full-1.2.3.patched//Rakefile
2 --- xapian-full-1.2.3/Rakefile 2011-05-04 14:45:59.310439173 +0200
3 +++ xapian-full-1.2.3.patched//Rakefile 2011-05-04 14:46:45.980156801 +0200
4 @@ -17,7 +17,7 @@
5 end
7 prefix = Dir.pwd
8 - ENV['LDFLAGS'] = "-R#{prefix}/lib"
9 + ENV['LDFLAGS'] = "-L#{prefix}/lib"
11 system! "mkdir -p lib"