Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128505 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in.orig (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
$(TARGET_LIB):
82
$(TARGET_LIB):
83
	@objects="`find $(SUBDIRS) -name expat -prune -o -name 'gen_uri_delims.@so_ext@' -prune -o -name '*.@so_ext@' -print`"; \
83
	@objects="`find $(SUBDIRS) -name expat -prune -o -name 'gen_uri_delims.@so_ext@' -prune -o -name '*.@so_ext@' -print`"; \
84
	    tmpcmd="$(LINK) @lib_target@ @EXTRA_OS_LINK@"; \
84
	    tmpcmd="$(LINK) @lib_target@ @EXTRA_OS_LINK@ $(APRUTIL_LIBS)"; \
85
	    echo $$tmpcmd; \
85
	    echo $$tmpcmd; \
86
	    $$tmpcmd && touch $@
86
	    $$tmpcmd && touch $@
87
87
(-)./test/Makefile.in.orig (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
# bring in rules.mk for standard functionality
13
# bring in rules.mk for standard functionality
14
@INCLUDE_RULES@
14
@INCLUDE_RULES@
15
PROGRAM_DEPENDENCIES = @APRUTIL_LIBS@
15
PROGRAM_DEPENDENCIES = 
16
APRUTIL_LDFLAGS = @APRUTIL_LDFLAGS@ @LT_NO_INSTALL@
16
APRUTIL_LDFLAGS = @APRUTIL_LDFLAGS@ @LT_NO_INSTALL@
17
17
18
all: $(PROGRAMS)
18
all: $(PROGRAMS)

Return to bug 128505