Skip to content

Commit

Permalink
fix: make shmoverride initfirst
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach authored and marmarek committed Oct 14, 2024
1 parent 2b78ad0 commit c61854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shmoverride/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ all: shmoverride.so X-wrapper-qubes Xwayland-wrapper

shmoverride.so: shmoverride.o ./list.o
$(CC) $(CFLAGS) $(extra_cflags) -shared -o shmoverride.so \
shmoverride.o list.o -ldl -lxenctrl -lxengnttab -Wl,-Bsymbolic
shmoverride.o list.o -ldl -lxenctrl -lxengnttab -Wl,-Bsymbolic -Wl,-z,initfirst

vpath %.c ../common

Expand Down

0 comments on commit c61854b

Please sign in to comment.