1
1

Use the libs not some weird path.

This commit was SVN r28139.
Этот коммит содержится в:
George Bosilca 2013-02-28 22:34:47 +00:00
родитель 40e0b7be36
Коммит 6a933e7593

Просмотреть файл

@ -327,7 +327,7 @@ data_callback(const char *key, const char *value)
opal_install_dirs_expand(value);
if (0 != strcmp(options_data[parse_options_idx].path_libdir, "/usr/lib")) {
char *line;
asprintf(&line, OPAL_LIBDIR_FLAG"\"%s/../bin\"",
asprintf(&line, OPAL_LIBDIR_FLAG"%s",
options_data[parse_options_idx].path_libdir);
opal_argv_append_nosize(&options_data[parse_options_idx].link_flags, line);
free(line);