diff options
author | Simon Warta <[email protected]> | 2015-08-22 19:05:23 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-08-24 19:04:29 +0200 |
commit | a9be4d157cc913c9a7e93a08cc81c8a3603061b3 (patch) | |
tree | e438dfd0e38dcd43a48bd2a8cc1764227511272c /src/build-data/cc/pgi.txt | |
parent | ce849c364c29ce020369685ce8d221f8e67cf538 (diff) |
Add soname_pattern
Fixes #241
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index 50042388d..ca4b49cd9 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -16,8 +16,8 @@ shared_flags "-fPIC" makefile_style gmake <so_link_commands> -linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" -solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME)" +linux -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME_ABI)" +solaris -> "$(CXX) -G -fPIC -Wl,-h,$(SONAME_ABI)" </so_link_commands> <mach_opt> |