Skip to content

Commit

Permalink
use RPATH not RUNPATH via -Wl,--disable-new-dtags
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2488
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Jun 3, 2018
1 parent 4c949e1 commit cf3746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/boot/Makefile.in
Expand Up @@ -4,7 +4,7 @@

CC=@CC@
CXX=@CXX@
CFLAGS=@CFLAGS@ @CHECK_C_ERRORS@
CFLAGS=@CFLAGS@ @CHECK_C_ERRORS@ -Wl,--disable-new-dtags
TOP_DIR=@abs_top_builddir@
OMHOME=@OMBUILDDIR@
OMBUILDDIR=@OMBUILDDIR@
Expand Down

0 comments on commit cf3746a

Please sign in to comment.