Skip to content

Commit

Permalink
Set LIB_PATCH in makefiles for correct SONAMEs. Closes: #1408
Browse files Browse the repository at this point in the history
Buildsys no longer hardcodes it to 0 and doesn't use a fallback value.

See also: https://fl.nil.im/buildsys/vinfo/56ccacdc62ad446c
  • Loading branch information
radioactiveman committed Jun 14, 2024
1 parent 9777eef commit 81c6c63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libaudcore/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHARED_LIB = ${LIB_PREFIX}audcore${LIB_SUFFIX}
LIB_MAJOR = 5
LIB_MINOR = 5
LIB_PATCH = 0

SRCS = adder.cc \
archive_reader.cc \
Expand Down
1 change: 1 addition & 0 deletions src/libaudgui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHARED_LIB = ${LIB_PREFIX}audgui${LIB_SUFFIX}
LIB_MAJOR = 6
LIB_MINOR = 0
LIB_PATCH = 0

SRCS = about.cc \
confirm.cc \
Expand Down
1 change: 1 addition & 0 deletions src/libaudqt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHARED_LIB = ${LIB_PREFIX}audqt${LIB_SUFFIX}
LIB_MAJOR = 3
LIB_MINOR = 0
LIB_PATCH = 0

SRCS = about-qt.cc \
art-qt.cc \
Expand Down
1 change: 1 addition & 0 deletions src/libaudtag/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHARED_LIB = ${LIB_PREFIX}audtag${LIB_SUFFIX}
LIB_MAJOR = 3
LIB_MINOR = 0
LIB_PATCH = 0

SRCS = audtag.cc \
util.cc \
Expand Down

0 comments on commit 81c6c63

Please sign in to comment.