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

Collapse All | Expand All

(-)libtabe-0.2.6.orig.really/src/Makefile.in (-1 / +2 lines)
Lines 10-15 Link Here
10
DEFS            = @DEFS@
10
DEFS            = @DEFS@
11
RANLIB          = @RANLIB@
11
RANLIB          = @RANLIB@
12
LN_S            = @LN_S@
12
LN_S            = @LN_S@
13
LIBS		= @LIBS@
13
LDFLAGS	        = @with_db_lib@
14
LDFLAGS	        = @with_db_lib@
14
INC	        = @with_db_inc@
15
INC	        = @with_db_inc@
15
INSTALL         = @INSTALL@
16
INSTALL         = @INSTALL@
Lines 54-60 Link Here
54
all: $(LIBNAME) @build_supports@
55
all: $(LIBNAME) @build_supports@
55
56
56
$(LIBNAME): $(LIBOBJS)
57
$(LIBNAME): $(LIBOBJS)
57
	$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
58
	$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) $(LIBS) -rpath $(libdir) \
58
		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
59
		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
59
60
60
bims:
61
bims:

Return to bug 277206