Skip to content

Commit

Permalink
Revert "aix - try without LIBPATH"
Browse files Browse the repository at this point in the history
This reverts commit 0686d90.
  • Loading branch information
grooverdan committed May 22, 2024
1 parent 0686d90 commit f5ca4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/aix-build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ clean() {
}

export TMPDIR="$HOME/tmp"
# gcc-10 paths found by looking at nm /opt/freeware/.../libstdc++.a | grep {missing symbol}
export LIBPATH=/opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/11/pthread/:/opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/11:/usr/lib:"$PWD/build/libmariadb/libmariadb/"

jobs=${4:-12}

Expand Down

0 comments on commit f5ca4e5

Please sign in to comment.