summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-otherlibs_Makefile.otherlibs.common
blob: 3c6583657457ed314bb9a378672d089a5a9f531d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-otherlibs_Makefile.otherlibs.common,v 1.2 2020/01/14 19:53:35 jaapb Exp $

Honor LDFLAGS.

--- otherlibs/Makefile.otherlibs.common.orig	2019-02-08 14:34:10.000000000 +0000
+++ otherlibs/Makefile.otherlibs.common
@@ -48,6 +48,7 @@ MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlm
 #LINKOPTS=
 #LDOPTS=
 #HEADERS=
+LDOPTS=	-ldopt "$(LDFLAGS)"
 
 CMIFILES ?= $(CAMLOBJS:.cmo=.cmi)
 CAMLOBJS_NAT ?= $(CAMLOBJS:.cmo=.cmx)