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
This commit is contained in:
OBS User autobuild
2009-10-12 13:47:09 +00:00
committed by Git OBS Bridge
parent 6f20571433
commit 7686304161
3 changed files with 38 additions and 17 deletions

13
sbl-shared.patch Normal file
View File

@@ -0,0 +1,13 @@
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 $?