View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
Line     Link Here 
Include gdbm library in gdbm_compat linker file to fix problems with
Include gdbm library in gdbm_compat linker file to fix problems with
--as-needed. Bug 143580
--as-needed. Bug 143580
 Lines 161-167    Link Here 
libgdbm_compat.la: $(C_LOBJS) gdbm.h
libgdbm_compat.la: $(C_LOBJS) gdbm.h
	rm -f libgdbm_compat.la
	rm -f libgdbm_compat.la
	$(LIBTOOL) --mode=link $(CC) -o libgdbm_compat.la -rpath $(libdir) \
	$(LIBTOOL) --mode=link $(CC) -o libgdbm_compat.la -rpath $(libdir) \
		-version-info $(SHLIB_VER) $(C_LOBJS)
		-version-info $(SHLIB_VER) $(C_LOBJS) -lgdbm
gdbm.h:	gdbm.proto gdbmerrno.h gdbm.proto2
gdbm.h:	gdbm.proto gdbmerrno.h gdbm.proto2
	rm -f gdbm.h
	rm -f gdbm.h