Lines 1-15
Link Here
|
1 |
--- extconf.rb.orig Sat Aug 21 19:41:02 2004 |
1 |
--- extconf.rb.orig Thu May 4 19:53:01 2006 |
2 |
+++ extconf.rb Sun Dec 26 05:17:30 2004 |
2 |
+++ extconf.rb Thu May 4 19:54:13 2006 |
3 |
@@ -1,8 +1,8 @@ |
3 |
@@ -1,9 +1,9 @@ |
4 |
require 'mkmf' |
4 |
require 'mkmf' |
5 |
|
5 |
|
6 |
-$LD_FLAGS = "-lstdc++ -lm" |
6 |
-$LD_FLAGS = "-lstdc++ -lm" |
7 |
+$LDFLAGS="-L${PREFIX}/lib -lstdc++ -lm" |
7 |
+$LDFLAGS="-L${PREFIX}/lib -lstdc++ -lm" |
8 |
|
8 |
|
9 |
-have_library('m', 'pow') and |
9 |
have_func('pow', 'math.h') and |
|
|
10 |
# note, this causes problems in cygwin. any suggestions? |
10 |
-have_library('stdc++', '__cxa_rethrow') and |
11 |
-have_library('stdc++', '__cxa_rethrow') and |
11 |
-have_library('musicbrainz', 'mb_Query') and |
12 |
-have_library('musicbrainz', 'mb_Query') and |
12 |
+have_library('m') and |
|
|
13 |
+have_library('stdc++') and |
13 |
+have_library('stdc++') and |
14 |
+have_library('musicbrainz') and |
14 |
+have_library('musicbrainz') and |
15 |
create_makefile('musicbrainz') |
15 |
create_makefile('musicbrainz') |