Skip to content

Commit

Permalink
libqrexec SONAME bump
Browse files Browse the repository at this point in the history
The previous two changes were ABI breaks.
  • Loading branch information
DemiMarie committed Apr 16, 2024
1 parent 68ea720 commit 39f909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqrexec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ override QUBES_CFLAGS := -I. -I../libqrexec -g -O2 -Wall -Wextra -Werror \

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

override SO_VER=3
override SO_VER=4
override VCHANLIBS := $(shell pkg-config --libs vchan)
LIBDIR ?= /usr/lib
INCLUDEDIR ?= /usr/include
Expand Down

0 comments on commit 39f909f

Please sign in to comment.