Skip to content

Commit

Permalink
oracle-instantclient: patchelf and wrap adrci and genezi, too
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed May 17, 2018
1 parent ccb4558 commit 7824c60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ in stdenv.mkDerivation rec {
$lib
done
for exe in $out/bin/sqlplus; do
for exe in $out/bin/{adrci,genezi,sqlplus}; do
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
--force-rpath --set-rpath "$out/lib:${libaio}/lib" \
$exe
Expand Down

0 comments on commit 7824c60

Please sign in to comment.