summaryrefslogtreecommitdiff
path: root/sys-libs/readline/files/readline-5.0-no_rpath.patch
blob: 624b2d7dea2b13888a1ba7f56ca979e876ed187d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ripped from Fedora

--- support/shobj-conf
+++ support/shobj-conf
@@ -102,7 +102,7 @@
 	SHOBJ_LD='${CC}'
 	SHOBJ_LDFLAGS='-shared -Wl,-soname,$@'
 
-	SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`'
+	SHLIB_XLDFLAGS='-Wl,-soname,`basename $@ $(SHLIB_MINOR)`'
 	SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
 	;;