Skip to content

Commit 1654a50

Browse files
committed
lib: change SONAME to libxbps.so.6
1 parent 3644282 commit 1654a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
RANLIB ?= ranlib
44

5-
LIBXBPS_MAJOR = 5
5+
LIBXBPS_MAJOR = 6
66
LIBXBPS_MINOR = 0
7-
LIBXBPS_MICRO = 1
7+
LIBXBPS_MICRO = 0
88
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
99
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
1010

0 commit comments

Comments
 (0)