SHA256
1
0
forked from pool/sbl
sbl/sbl-shared.patch
OBS User autobuild 7686304161 Accepting request 22124 from hardware
Copy from hardware/sbl based on submit request 22124 from user vbotka

OBS-URL: https://build.opensuse.org/request/show/22124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbl?expand=0&rev=24
2009-10-12 13:47:09 +00:00

14 lines
424 B
Diff

Index: sbl/Makefile
===================================================================
--- sbl/Makefile.orig
+++ sbl/Makefile
@@ -126,7 +126,7 @@ inskey_lnx.o: inskey_lnx.c inskey.h
$(CC) $(CFLAGS) -c inskey_lnx.c
misc.o: misc.c misc.h
- $(CC) $(CFLAGS) -c misc.c
+ $(CC) -fPIC $(CFLAGS) -c misc.c
sbl.o: sbl.c kbdsniff.c system.c selkey.c
$(CC) $(CFLAGS) '-DPROGPATH="$(SBLPATH)"' '-DCONFDIR="$(CONFDIR)"' -c $?