View | Details | Raw Unified | Return to bug 29436
Collapse All | Expand All

(-)glib-2.38.2/gobject/Makefile.am.keepgo (+1 lines)
Lines 46-51 endif Link Here
46
libgobjectincludedir = $(includedir)/glib-2.0/gobject
46
libgobjectincludedir = $(includedir)/glib-2.0/gobject
47
libgobject_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
47
libgobject_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
48
  $(gobject_win32_res_ldflag) \
48
  $(gobject_win32_res_ldflag) \
49
  -Wl,-z,nodelete \
49
  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
50
  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
50
  -export-dynamic $(no_undefined) \
51
  -export-dynamic $(no_undefined) \
51
  -Wl,--version-script=compat.map -Wl,compat.lds
52
  -Wl,--version-script=compat.map -Wl,compat.lds

Return to bug 29436