diff options
Diffstat (limited to 'relro.patch')
-rw-r--r-- | relro.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/relro.patch b/relro.patch deleted file mode 100644 index d63d0887b9f..00000000000 --- a/relro.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/library/Makefile b/library/Makefile -index 9b4e856..8a13662 100644 ---- a/library/Makefile -+++ b/library/Makefile -@@ -14,5 +14,5 @@ clean: - $(CC) -c -o $@ $< $(CFLAGS) - - libevdi.so: evdi_lib.o -- $(CC) $^ -o $@ -lc -lgcc -shared -Wl,-soname,libevdi.so.0 -+ $(CC) $^ -o $@ -lc -lgcc -shared -Wl,-soname,libevdi.so.0 $(LDFLAGS) - |