diff options
-rw-r--r-- | www/elinks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 320097115d5d..e9c840823ab1 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto USE_GITHUB= yes GH_ACCOUNT= rkd77 -LIBS+= -lexecinfo +LDFLAGS+= -lexecinfo MESON_ARGS= -Dgpm=false -Dperl=true OPTIONS_DEFINE= 256COLORS 88COLORS TRUECOLORS BITTORRENT BROTLI EXMODE \ |