This commit is contained in:
Mykola Karpets
2025-05-05 00:04:43 +00:00
committed by GitHub
13 changed files with 333 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ export STAGING_DIR=/tmp/ #just for supress warning of staging_dir not define
# targets for nativei (non-cross) compile
all:git_version
rm -f ${NAME}
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -ggdb -static -O2
${cc_local} -DSYSTEMD_SOCKET_ACTIVATION -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -lsystemd -ggdb -O2
freebsd:git_version
rm -f ${NAME}