summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-12 05:29:13 +0100
committerGravatar default2025-01-12 05:29:13 +0100
commite220270a49bf8689ffb41db489729e77d5996513 (patch)
treebdd4773429271a3d5c39ed6b9d6bde58a80cadbe
parentRenamed msg_place() to msg_actor_place(). (diff)
parentAdded sandbox.o dependency to Makefile.NetBSD. (diff)
downloadsnac2-e220270a49bf8689ffb41db489729e77d5996513.tar.gz
snac2-e220270a49bf8689ffb41db489729e77d5996513.tar.xz
snac2-e220270a49bf8689ffb41db489729e77d5996513.zip
Merge branch 'master' of comam.es:git/snac2
-rw-r--r--Makefile.NetBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.NetBSD b/Makefile.NetBSD
index f14eb6e..93222b2 100644
--- a/Makefile.NetBSD
+++ b/Makefile.NetBSD
@@ -5,7 +5,7 @@ LDFLAGS=-lrt
5 5
6all: snac 6all: snac
7 7
8snac: snac.o main.o data.o http.o httpd.o webfinger.o \ 8snac: snac.o main.o sandbox.o data.o http.o httpd.o webfinger.o \
9 activitypub.o html.o utils.o format.o upgrade.o mastoapi.o 9 activitypub.o html.o utils.o format.o upgrade.o mastoapi.o
10 $(CC) $(CFLAGS) -L/usr/pkg/lib *.o -lcurl -lcrypto -pthread $(LDFLAGS) -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/pkg/lib -o $@ 10 $(CC) $(CFLAGS) -L/usr/pkg/lib *.o -lcurl -lcrypto -pthread $(LDFLAGS) -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/pkg/lib -o $@
11 11