From fb4629eea2d1e383928db6adf89c5763add8541d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Fri, 7 Dec 2018 16:28:58 +0100 Subject: [PATCH] Problem: build fails on OpenBSD due to -Wl in LDFLAGS Solution: remove stray -Wl. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 71e3f7a2..e2e4af47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -311,8 +311,7 @@ src_libzmq_la_LDFLAGS = \ else src_libzmq_la_LDFLAGS = \ -version-info @LTVER@ \ - @LIBZMQ_EXTRA_LDFLAGS@ \ - -Wl + @LIBZMQ_EXTRA_LDFLAGS@ endif endif endif