summarylogtreecommitdiffstats
path: root/no_rpath.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-04-15 12:19:14 -0300
committerDaniel Bermond2022-04-15 12:26:21 -0300
commit2a9ae2a652fadcafd8995fa391cb4de56f32a973 (patch)
treec503e424eccf957f45e4179f16c5e0ed05a724d1 /no_rpath.patch
parent32dac8a7a5719a4342be50f41a9b9a3b13cb3ee5 (diff)
downloadaur-flite1-patched.tar.gz
General improvements
Diffstat (limited to 'no_rpath.patch')
-rw-r--r--no_rpath.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/no_rpath.patch b/no_rpath.patch
deleted file mode 100644
index 3d823070aa7c..000000000000
--- a/no_rpath.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: do not let flite add a dummy rpath
-Author: Samuel Thibault <sthibault@debian.org>
-diff --git a/main/Makefile b/main/Makefile
-index 8163e40..5ad6a14 100644
---- a/main/Makefile
-+++ b/main/Makefile
-@@ -75,7 +75,6 @@ LOCAL_CLEAN = $(BINDIR)/flite$(EXEEXT) $(BINDIR)/flite_time$(EXEEXT) \
- $(flite_LIBS_deps) $(VOICES:%=$(BINDIR)/flite_%)
-
- ifdef SHFLAGS
--flite_LIBS_flags += -Wl,-rpath $(LIBDIR)
- shared_libs: $(SHAREDLIBS)
- else
- shared_libs: nothing