Skip to content

Commit 64bb539

Browse files
alexmdjzort
authored andcommitted
Remove $syslibs tweaking in Debian
It was needed with older versions of Oracle client to hardcode its library path into the binary, but newer Oracle client versions install `/etc/ld.so.conf.d/oracle-instantclient.conf` with the library path, so there's no need to add anything in `$syslibs` for Debian anymore. Closes: #221
1 parent 365d6a1 commit 64bb539

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile.PL

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,9 +1127,6 @@ sub read_sysliblist {
11271127
$linkwith =~ m/-lcl\b/ or
11281128
$syslibs =~ s/\s*-lcl\b//g;
11291129
}
1130-
if (lc(@Config{qw(myuname)}) =~ /debian/) {
1131-
$syslibs .= " -Wl,--no-as-needed -lnnz12 -lons -lclntshcore -lipc1 -lmql1";
1132-
}
11331130
return $syslibs;
11341131
}
11351132

0 commit comments

Comments
 (0)