comparison make/linux/makefiles/jsig.make @ 770:f5ee65f94d9a

Merge
author ohair
date Fri, 15 May 2009 13:41:04 -0700
parents 5d4dd2f5f6a1 f96f285ed3dd
children bd02caa94611
comparison
equal deleted inserted replaced
769:116b019a3961 770:f5ee65f94d9a
37 # On Linux we really dont want a mapfile, as this library is small 37 # On Linux we really dont want a mapfile, as this library is small
38 # and preloaded using LD_PRELOAD, making functions private will 38 # and preloaded using LD_PRELOAD, making functions private will
39 # cause problems with interposing. See CR: 6466665 39 # cause problems with interposing. See CR: 6466665
40 # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE)) 40 # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE))
41 41
42 LFLAGS_JSIG += -D_GNU_SOURCE -D_REENTRANT 42 LFLAGS_JSIG += -D_GNU_SOURCE -D_REENTRANT $(LDFLAGS_HASH_STYLE)
43 43
44 # DEBUG_BINARIES overrides everything, use full -g debug information 44 # DEBUG_BINARIES overrides everything, use full -g debug information
45 ifeq ($(DEBUG_BINARIES), true) 45 ifeq ($(DEBUG_BINARIES), true)
46 JSIG_DEBUG_CFLAGS = -g 46 JSIG_DEBUG_CFLAGS = -g
47 endif 47 endif