Files
sablink-distro/sys-libs/com_err/files/com_err-1.39-makefile.patch
T
(no author) 3e69b1f392 com_err 1.40.7
git-svn-id: http://svn.sabayonlinux.org/overlay@2032 d7aec97c-591d-0410-af39-a8856400b30a
2008-02-29 09:40:21 +00:00

10 lines
307 B
Diff

Fix the symlinks that submakefiles create so that they don't suck at life.
--- lib/Makefile.elf-lib
+++ lib/Makefile.elf-lib
@@ -49,3 +49,3 @@
@echo " SYMLINK $(libdir)/$(ELF_IMAGE).so"
- @$(LN_S) -f $(ELF_INSTALL_DIR)/$(ELF_SONAME) \
+ @$(LN_S) -f $(ELF_SONAME) \
$(DESTDIR)$(libdir)/$(ELF_IMAGE).so