SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
sysutils/e2fsprogs/patches/patch-lib_Makefile_elf-lib
Normal file
29
sysutils/e2fsprogs/patches/patch-lib_Makefile_elf-lib
Normal file
|
@ -0,0 +1,29 @@
|
|||
Don't generate library symlinks.
|
||||
Don't run ldconfig.
|
||||
|
||||
Index: lib/Makefile.elf-lib
|
||||
--- lib/Makefile.elf-lib.orig
|
||||
+++ lib/Makefile.elf-lib
|
||||
@@ -32,7 +32,6 @@ $(ELF_LIB): $(OBJS)
|
||||
$(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) \
|
||||
`echo $(my_dir) | sed -e 's;lib/;;'`/$(ELF_LIB) $(ELF_LIB))
|
||||
$(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_IMAGE).so)
|
||||
- $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) $(ELF_LIB) $(ELF_SONAME))
|
||||
|
||||
installdirs-elf-lib::
|
||||
$(E) " MKDIR_P $(ELF_INSTALL_DIR) $(libdir)"
|
||||
@@ -44,14 +43,6 @@ installdirs:: installdirs-elf-lib
|
||||
install-shlibs install:: $(ELF_LIB) installdirs-elf-lib $(DEP_INSTALL_SYMLINK)
|
||||
$(E) " INSTALL-ELF-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
|
||||
$(Q) $(INSTALL_PROGRAM) $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
|
||||
- $(E) " SYMLINK $(ELF_INSTALL_DIR)/$(ELF_SONAME)"
|
||||
- $(Q) $(INSTALL_SYMLINK) $(ELF_INSTALL_DIR)/$(ELF_LIB) \
|
||||
- $(ELF_INSTALL_DIR)/$(ELF_SONAME) $(DESTDIR)
|
||||
- $(E) " SYMLINK $(libdir)/$(ELF_IMAGE).so"
|
||||
- $(Q) $(INSTALL_SYMLINK) $(ELF_INSTALL_DIR)/$(ELF_SONAME) \
|
||||
- $(libdir)/$(ELF_IMAGE).so $(DESTDIR)
|
||||
- $(E) " LDCONFIG"
|
||||
- $(Q) -$(LDCONFIG)
|
||||
|
||||
install-strip: install
|
||||
$(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
|
Loading…
Add table
Add a link
Reference in a new issue