overlay/sys-kernel/recoveryinitramfs/files/readline/6.2/005_all_readline-5.0-no_rpath.patch
Mario Fetka f6f4275a3f initial commit
Package-Manager: portage-2.2.0_alpha142
RepoMan-Options: --force
2012-12-02 22:47:51 +01:00

14 lines
363 B
Diff

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)'
;;