This commit is contained in:
darealshinji 2017-12-06 21:44:09 +01:00 committed by GitHub
parent 14d3dc8c95
commit caf91e2408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ $(LIB): exec.o
$(CC) -shared $(LDFLAGS) -o $@ $^ -ldl
AppRun_patched.o checkrt.o: CFLAGS += -include checkrt.h
exec.o: CFLAGS += -fPIC
exec.o: CFLAGS += -fPIC -std=c99
AppRun_patched.c: AppRun.c
patch -p1 --output $@ < AppRun.c.patch