summarylogtreecommitdiffstats
path: root/rem-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rem-flags.patch')
-rw-r--r--rem-flags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/rem-flags.patch b/rem-flags.patch
deleted file mode 100644
index 2b844737e2b4..000000000000
--- a/rem-flags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur rem-0.6.0.orig/Makefile rem-0.6.0/Makefile
---- rem-0.6.0.orig/Makefile 2019-05-06 19:12:54.745092607 -0400
-+++ rem-0.6.0/Makefile 2019-05-06 19:13:30.841902449 -0400
-@@ -83,7 +83,7 @@
-
- $(SHARED): $(OBJS)
- @echo " LD $@"
-- @$(LD) $(LFLAGS) $(SH_LFLAGS) $^ -L$(LIBRE_SO) -lre $(LIBS) -o $@
-+ @$(LD) $(LDFLAGS) $(LFLAGS) $(SH_LFLAGS) $^ -L$(LIBRE_SO) -lre $(LIBS) -o $@
-
-
- $(STATIC): $(OBJS)