File: no_rpath.patch

package info (click to toggle)
flite 1.4-release-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 81,656 kB
  • ctags: 146,802
  • sloc: ansic: 636,980; sh: 3,685; lisp: 2,496; makefile: 881; cpp: 804; xml: 52
file content (14 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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