Skip to content

Commit

Permalink
Another dependency fix
Browse files Browse the repository at this point in the history
This should fix the build for real, hopefully.
  • Loading branch information
DemiMarie committed Sep 28, 2023
1 parent b8aa7b6 commit c1785df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/init-container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $(SRC_DIR)/network.o: $(SRC_DIR)/network.c
-I"$(CURDIR)/$(UNPACKED_HEADERS)/usr/include" \
-o $@ -c $<

$(SRC_DIR)/seccomp.o: $(CURDIR)/$(LIBSECCOMP_SUBMODULE)/include/seccomp.h
$(SRC_DIR)/forward.o: $(SRC_DIR)/forward.c uring $(CURDIR)/$(LIBSECCOMP_SUBMODULE)/src/.libs/libseccomp.a
$(QUIET_CC)$(CC) -MMD -O2 -Wall -Wextra -Werror -fPIE -pie \
-I"$(CURDIR)/$(UNPACKED_HEADERS)/usr/include/" \
Expand Down

0 comments on commit c1785df

Please sign in to comment.