File: avoid-setting-rpath-in-sqlcipher-binary

package info (click to toggle)
sqlcipher 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 70,888 kB
  • sloc: ansic: 195,357; tcl: 14,300; sh: 3,782; yacc: 1,245; makefile: 958; cs: 299; cpp: 128
file content (13 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: debian-sqlcipher/Makefile.in
===================================================================
--- debian-sqlcipher.orig/Makefile.in
+++ debian-sqlcipher/Makefile.in
@@ -613,7 +613,7 @@ libtclsqlite3.la:	tclsqlite.lo libsqlcip
 sqlcipher$(TEXE):	$(TOP)/src/shell.c libsqlcipher.la sqlite3.h
 	$(LTLINK) $(READLINE_FLAGS) $(SHELL_OPT) \
 		-o $@ $(TOP)/src/shell.c libsqlcipher.la \
-		$(LIBREADLINE) -rpath "$(libdir)"
+		$(LIBREADLINE)
 
 sqldiff$(TEXE):	$(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h
 	$(LTLINK) -o $@ $(TOP)/tool/sqldiff.c sqlite3.lo $(TLIBS)