From 54d8dfff7d6d106ea8de68baf99df6c8c9452d00 Mon Sep 17 00:00:00 2001 From: "Kevin Alavik (Code Server)" Date: Fri, 11 Apr 2025 09:09:02 +0200 Subject: [PATCH] fix: Added linux-headers --- Makefile | 2 +- piratpkg.conf.test | 2 +- test/.gitignore | 3 ++- test/repo | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e0c967e..bf9b853 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ZSH_COMPLETION_DIR := $(PREFIX)/share/zsh/site-functions SRC := $(wildcard src/*.c) OBJ := $(SRC:.c=.o) -CFLAGS := -Werror -Wall -Wextra -I include -std=c89 -O3 +CFLAGS := -Werror -Wall -Wextra -I include -std=c89 -O3 -Wno-unused-result BUILD_MODE ?= release diff --git a/piratpkg.conf.test b/piratpkg.conf.test index 48871c0..66e2777 100644 --- a/piratpkg.conf.test +++ b/piratpkg.conf.test @@ -1,4 +1,4 @@ -ROOT=/home/kevin/Projects/piratpkg/test +ROOT=/config/workspace/piratpkg/test REPO_BRANCHES=core testing DEFAULT_BRANCH=core diff --git a/test/.gitignore b/test/.gitignore index 9907321..a3e9874 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,4 +1,5 @@ bin/ lib/ etc/ -share/ \ No newline at end of file +share/ +usr/ \ No newline at end of file diff --git a/test/repo b/test/repo index dbc34cd..d442052 160000 --- a/test/repo +++ b/test/repo @@ -1 +1 @@ -Subproject commit dbc34cd8fc4e9e0ade542115fed4e04f8b95d602 +Subproject commit d442052775152d2f44b2fe0581ec3c38ce203f24