openbsd-ports/sysutils/e2fsprogs/patches/patch-lib_ext2fs_Makefile_in
ajacoutot 5f084edd37 Kerberos is going away. No need to statically link to our own libcom_err
which made this package way bigger than it should.

ok sthen@
2014-04-22 10:21:13 +00:00

15 lines
475 B
Plaintext

$OpenBSD: patch-lib_ext2fs_Makefile_in,v 1.5 2014/04/22 10:21:13 ajacoutot Exp $
--- lib/ext2fs/Makefile.in.orig Tue Jan 22 04:33:35 2013
+++ lib/ext2fs/Makefile.in Tue Apr 22 10:29:47 2014
@@ -177,8 +177,8 @@ HFILES_IN= ext2_err.h ext2_types.h
LIBRARY= libext2fs
LIBDIR= ext2fs
-ELF_VERSION = 2.4
-ELF_SO_VERSION = 2
+ELF_VERSION = $(LIBext2fs_VERSION)
+ELF_SO_VERSION = $(LIBext2fs_VERSION)
ELF_IMAGE = libext2fs
ELF_MYDIR = ext2fs
ELF_INSTALL_DIR = $(root_libdir)