Skip to content

Commit

Permalink
fix: make shmoverride initfirst
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Sep 25, 2024
1 parent 9966538 commit bdc4bea
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

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 bdc4bea

Please sign in to comment.