Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140295
Collapse All | Expand All

(-)Makefile.in.orig (-1 / +1 lines)
Lines 61-67 Link Here
61
LIBS = -lqdbm @LIBS@
61
LIBS = -lqdbm @LIBS@
62
LIBLDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib @LIBS@
62
LIBLDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib @LIBS@
63
LDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
63
LDFLAGS = -L. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
64
LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(MYLIBDIR)
64
LDENV = 
65
AR = @AR@
65
AR = @AR@
66
ARFLAGS = rcsv
66
ARFLAGS = rcsv
67
RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
67
RUNENV = LD_LIBRARY_PATH=.:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
(-)plus/Makefile.in.orig (-1 / +1 lines)
Lines 49-55 Link Here
49
LIBS = -lqdbm @LIBS@
49
LIBS = -lqdbm @LIBS@
50
LIBLDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
50
LIBLDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
51
LDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib -lxqdbm $(LIBS)
51
LDFLAGS = -L. -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib -lxqdbm $(LIBS)
52
LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(MYLIBDIR)
52
LDENV = 
53
AR = @AR@
53
AR = @AR@
54
ARFLAGS = rcsv
54
ARFLAGS = rcsv
55
RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
55
RUNENV = LD_LIBRARY_PATH=.:..:/lib:/usr/lib:$(HOME)/lib:/usr/local/lib
(-)cgi/Makefile.in.orig (-1 / +1 lines)
Lines 29-35 Link Here
29
CFLAGS = -Wall -ansi -pedantic -fsigned-char $(RELCFLAGS)
29
CFLAGS = -Wall -ansi -pedantic -fsigned-char $(RELCFLAGS)
30
LIBS = -lqdbm @LIBS@
30
LIBS = -lqdbm @LIBS@
31
LDFLAGS = -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
31
LDFLAGS = -L$(srcdir)/.. -L$(HOME)/lib -L/usr/local/lib $(LIBS)
32
LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:$(prefix)/lib
32
LDENV = 
33
33
34
# Install destinations
34
# Install destinations
35
prefix = @prefix@
35
prefix = @prefix@

Return to bug 140295