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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- linux/Makefile
0
++ linux/Makefile
Lines 1-6 Link Here
1
# $scrotwm: Makefile,v 1.4 2010/01/11 20:44:54 marco Exp $ 
1
# $scrotwm: Makefile,v 1.4 2010/01/11 20:44:54 marco Exp $ 
2
2
3
CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I.
3
CFLAGS+= -D_GNU_SOURCE -I.
4
CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
4
CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
5
LDADD+= -lX11 -lXrandr
5
LDADD+= -lX11 -lXrandr
6
6
Lines 28-34 Link Here
28
	$(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
28
	$(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@
29
29
30
libswmhack.so.$(LVERS): swm_hack.so
30
libswmhack.so.$(LVERS): swm_hack.so
31
	$(CC) -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDADD)
31
	$(CC) $(LDFLAGS),-soname,$@ -shared -fpic -o libswmhack.so.$(LVERS) swm_hack.so $(LDADD)
32
32
33
install: all
33
install: all
34
	install -m 755 -d $(DESTDIR)$(BINDIR)
34
	install -m 755 -d $(DESTDIR)$(BINDIR)

Return to bug 284350