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:
committed by
Git OBS Bridge
parent
6f20571433
commit
7686304161
13
sbl-shared.patch
Normal file
13
sbl-shared.patch
Normal 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 $?
|
Reference in New Issue
Block a user