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

Collapse All | Expand All

(-)a/src/fe-gnome/Makefile.am (+1 lines)
Lines 113-118 xchat_gnome_CFLAGS = \ Link Here
113
	$(AM_CFLAGS)
113
	$(AM_CFLAGS)
114
114
115
xchat_gnome_LDFLAGS = \
115
xchat_gnome_LDFLAGS = \
116
	-lX11		\
116
	-export-dynamic	\
117
	-export-dynamic	\
117
	$(AM_LDFLAGS)
118
	$(AM_LDFLAGS)
118
119
(-)a/src/libcontrast/Makefile.am (+1 lines)
Lines 12-17 libcontrast_la_CFLAGS = \ Link Here
12
	$(AM_CFLAGS)
12
	$(AM_CFLAGS)
13
13
14
libcontrast_la_LDFLAGS =	\
14
libcontrast_la_LDFLAGS =	\
15
	-lm			\
15
	$(AM_LDFLAGS)		\
16
	$(AM_LDFLAGS)		\
16
	-static
17
	-static
17
18

Return to bug 533656