diff options
| author | 2025-01-12 05:29:13 +0100 | |
|---|---|---|
| committer | 2025-01-12 05:29:13 +0100 | |
| commit | e220270a49bf8689ffb41db489729e77d5996513 (patch) | |
| tree | bdd4773429271a3d5c39ed6b9d6bde58a80cadbe | |
| parent | Renamed msg_place() to msg_actor_place(). (diff) | |
| parent | Added sandbox.o dependency to Makefile.NetBSD. (diff) | |
| download | snac2-e220270a49bf8689ffb41db489729e77d5996513.tar.gz snac2-e220270a49bf8689ffb41db489729e77d5996513.tar.xz snac2-e220270a49bf8689ffb41db489729e77d5996513.zip | |
Merge branch 'master' of comam.es:git/snac2
| -rw-r--r-- | Makefile.NetBSD | 2 |
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 | ||
| 6 | all: snac | 6 | all: snac |
| 7 | 7 | ||
| 8 | snac: snac.o main.o data.o http.o httpd.o webfinger.o \ | 8 | snac: 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 | ||