< prev index next >

make/bsd/makefiles/jsig.make

Print this page
@  rev 8663 : 8205104: EXTRA_LDFLAGS not consistently being used
|  Summary: Add EXTRA_LDFLAGS to linker flags for relevant libraries.
~  Reviewed-by: duke

*** 50,60 **** # On Bsd we really dont want a mapfile, as this library is small # and preloaded using LD_PRELOAD, making functions private will # cause problems with interposing. See CR: 6466665 # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE)) ! LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE) # DEBUG_BINARIES overrides everything, use full -g debug information ifeq ($(DEBUG_BINARIES), true) JSIG_DEBUG_CFLAGS = -g endif --- 50,60 ---- # On Bsd we really dont want a mapfile, as this library is small # and preloaded using LD_PRELOAD, making functions private will # cause problems with interposing. See CR: 6466665 # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE)) ! LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE) $(EXTRA_LDFLAGS) # DEBUG_BINARIES overrides everything, use full -g debug information ifeq ($(DEBUG_BINARIES), true) JSIG_DEBUG_CFLAGS = -g endif
< prev index next >