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

Collapse All | Expand All

(-)lib/Makefile.orig (-1 / +1 lines)
Lines 60-66 Link Here
60
CPPFLAGS = -I..    
60
CPPFLAGS = -I..    
61
LIBS = -lfl    -ldb-4.1 -lssl -lcrypto
61
LIBS = -lfl    -ldb-4.1 -lssl -lcrypto
62
62
63
CFLAGS = -Wall -O2
63
CFLAGS = -Wall -O2 -fPIC
64
LDFLAGS = -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib  -L/usr/lib
64
LDFLAGS = -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib  -L/usr/lib
65
65
66
SHELL = /bin/sh
66
SHELL = /bin/sh
(-)perl/sieve/lib/Makefile.orig (-1 / +1 lines)
Lines 55-61 Link Here
55
IMAP_LIBS =  -lsasl2   -lfl    -ldb-4.1 -lssl -lcrypto
55
IMAP_LIBS =  -lsasl2   -lfl    -ldb-4.1 -lssl -lcrypto
56
DEPLIBS = ../../../lib/libcyrus.a 
56
DEPLIBS = ../../../lib/libcyrus.a 
57
57
58
CFLAGS = -g
58
CFLAGS = -g -fPIC
59
LDFLAGS = -g -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib  -L/usr/lib
59
LDFLAGS = -g -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib  -L/usr/lib
60
60
61
SHELL = /bin/sh
61
SHELL = /bin/sh

Return to bug 45810