Skip to content

Commit

Permalink
NetBSD: some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 9, 2025
1 parent 327a332 commit 5fc6d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else ifeq ($(OS), FreeBSD)
else ifeq ($(OS), NetBSD)
# NetBSD
INCLUDES := $(INCLUDES) -I/usr/pkg/include
LIBS_LDFLAGS = -L/usr/pkg/lib -lexecinfo -lssl -lcrypto
LIBS_LDFLAGS = -Wl,-rpath /usr/pkg/lib -L/usr/pkg/lib -lexecinfo -lssl -lcrypto
PLATFORM = NetBSD
else ifeq ($(OS), OpenBSD)
# OpenBSD
Expand Down

0 comments on commit 5fc6d6c

Please sign in to comment.