blob: c5d8b72f510fc1d6568772c9c2a27a35e7a04ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Makefile.PL.orig Thu May 10 17:56:44 2001
+++ Makefile.PL Thu May 10 17:58:36 2001
@@ -109,13 +109,13 @@
} else {
my $extra = getExtraLibs($SYBASE, $attr{EXTRA_LIBS});
if($file) {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $attr{EXTRA_LIBS} -ldl -lm";
+ $lib_string = "-L$SYBASE/lib -lct -lintl $attr{EXTRA_LIBS} -lm";
} else {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $extra -ldl -lm";
- }
- if($^O =~ /linux|freebsd/i) {
- $lib_string =~ s/ltcl/lsybtcl/;
+ $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm";
}
+# if($^O =~ /linux|freebsd/i) {
+# $lib_string =~ s/ltcl/lsybtcl/;
+# }
}
my $config_sitearch = $Config{sitearchexp};
|