Skip to content

Commit

Permalink
Set SONAME to 6.
Browse files Browse the repository at this point in the history
Suggested by Stefano Rivera and endorsed by Evangelos Foutras in
dicussion on the GitHub issue, 6 is considered to be larger than
what any distribution is currently using.

Fixes #243.

Change-Id: I92185ccd3109123a3ed3e55693f475a74bc2a9b2
Reviewed-on: https://code-review.googlesource.com/c/re2/+/52738
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Mar 3, 2020
1 parent f734980 commit d067ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif

# ABI version
# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
SONAME=1
SONAME=6

# To rebuild the Tables generated by Perl and Python scripts (requires Internet
# access for Unicode data), uncomment the following line:
Expand Down

0 comments on commit d067ca5

Please sign in to comment.