e1da3db508
- Remove MAINTAINERS as they agree not having time nor interest for it. - Use install-libs target instead of manually installing some cherrypicked headers - now all needed headers are installed in the right place. - Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck. - Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid. - Patch most Makefiles to print full build commands instead of the non-informative linux-kernel-like output. - Patch some regress tests, more and more works fine now. With feedback and tweaks from naddy@ and pea@
22 lines
830 B
Plaintext
22 lines
830 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2009/03/15 19:59:31 landry Exp $
|
|
--- configure.orig Wed Mar 11 18:05:17 2009
|
|
+++ configure Wed Mar 11 18:06:11 2009
|
|
@@ -16312,7 +16312,7 @@ HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim
|
|
HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim
|
|
HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim
|
|
HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim
|
|
-LIBICONV!$LIBICONV$ac_delim
|
|
+LIBICONV!$LTLIBICONV$ac_delim
|
|
LTLIBICONV!$LTLIBICONV$ac_delim
|
|
INTLBISON!$INTLBISON$ac_delim
|
|
BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim
|
|
@@ -16324,7 +16324,7 @@ GENCAT!$GENCAT$ac_delim
|
|
INTLOBJS!$INTLOBJS$ac_delim
|
|
INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
|
|
INTLLIBS!$INTLLIBS$ac_delim
|
|
-LIBINTL!$LIBINTL$ac_delim
|
|
+LIBINTL!$LTLIBINTL$ac_delim
|
|
LTLIBINTL!$LTLIBINTL$ac_delim
|
|
POSUB!$POSUB$ac_delim
|
|
BINARY_TYPE!$BINARY_TYPE$ac_delim
|