blob: 9f06853a3e5c4bfefc7f67fdddfec49840b02640 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- extconf.rb.org Fri Sep 2 20:18:20 2005
+++ extconf.rb Fri Sep 2 20:38:41 2005
@@ -9,6 +9,6 @@
err "Yaz ZOOM header not available" unless have_header("yaz/zoom.h")
$CFLAGS << " #{`yaz-config --cflags`} "
-$LDFLAGS << " #{`yaz-config --libs`} "
+$LDFLAGS << " #{`yaz-config --libs`}".chomp
create_makefile("zoom", "src")
|