diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 09:51:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 10:25:24 +0000 |
commit | e85602c46a5518d1dd13f99b2b81c08c5e910755 (patch) | |
tree | 6855eff8a88af39645d046a151af9e01d0173e59 | |
parent | a59d2cdf231fd9ea6c246da7118dafce010d9b27 (diff) | |
download | ntux-e85602c46a5518d1dd13f99b2b81c08c5e910755.tar.bz2 ntux-e85602c46a5518d1dd13f99b2b81c08c5e910755.tar.xz |
build system: configure: append LIBDIR as the last linker path element.
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -631,6 +631,9 @@ common_defaults() mb_cflags_cmdline="$mb_cflags_cmdline $mb_cflags" mb_ldflags_cmdline="$mb_ldflags_cmdline $mb_ldflags" + # add the prefix's library directory to the linker library path + mb_ldflags_last="$mb_ldflags_last -L$mb_libdir" + # step epilog output_step_epilog } |