Skip to content

Commit 3de2f4b

Browse files
committed
libqrexec SONAME bump
The previous change was an ABI break.
1 parent 2b49a9b commit 3de2f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libqrexec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ override QUBES_CFLAGS := -I. -I../libqrexec -g -O2 -Wall -Wextra -Werror \
99

1010
override LDFLAGS += -pie -Wl,-z,relro,-z,now -shared
1111

12-
override SO_VER=3
12+
override SO_VER=4
1313
override VCHANLIBS := $(shell pkg-config --libs vchan)
1414
LIBDIR ?= /usr/lib
1515
INCLUDEDIR ?= /usr/include

0 commit comments

Comments
 (0)