pkgsrc-wip/e2fsprogs/patches/patch-af
Jeremy C. Reed e4d10812bb Finish update to e2fsprogs-1.35. The cvs was locked when I was working
on this.

This also splits out the com_err(3) related files and uses the new
wip/com_err package.

This adds patches to make sure that libuuid's and com_err files
are not built and installed -- and to make sure the installed
package versions are used.

Added a E2FSPROGS_VERSION variable that can be used by other packages
using this distfile.

Moved the don't install fsck wrapper to the Makefile, since
it is just noise for the the Makefile.common.
2004-03-04 16:17:55 +00:00

12 lines
423 B
Text

$NetBSD: patch-af,v 1.1 2004/03/04 16:17:55 jeremy-c-reed Exp $
--- lib/Makefile.elf-lib.orig Tue Mar 2 19:46:17 2004
+++ lib/Makefile.elf-lib Tue Mar 2 19:54:51 2004
@@ -25,6 +25,7 @@
$(ELF_LIB): $(OBJS)
(cd elfshared; $(CC) --shared -o $(ELF_LIB) -Wl,-soname,$(ELF_SONAME) \
+ $(LDFLAGS) \
$(OBJS) $(ELF_OTHER_LIBS))
$(MV) elfshared/$(ELF_LIB) .
$(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)