snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 9d650bd2c94eb324530aa40aa65001da0c64c94c
parent 9d4d740220c79e13d2c1f95ba91405f24c90b287
Author: default <nobody@localhost>
Date:   Sun, 12 Jan 2025 04:27:07 +0000

Added sandbox.o dependency to Makefile.NetBSD.

Diffstat:
MMakefile.NetBSD | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.NetBSD b/Makefile.NetBSD @@ -5,7 +5,7 @@ LDFLAGS=-lrt all: snac -snac: snac.o main.o data.o http.o httpd.o webfinger.o \ +snac: snac.o main.o sandbox.o data.o http.o httpd.o webfinger.o \ activitypub.o html.o utils.o format.o upgrade.o mastoapi.o $(CC) $(CFLAGS) -L/usr/pkg/lib *.o -lcurl -lcrypto -pthread $(LDFLAGS) -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/pkg/lib -o $@