6982b5a295
* Option --owner can be used in copy-out mode, allowing to uniformly override ownership of the files being added to the archive. * Symlinks were handled incorrectly in copy-out mode. * Fix handling of large files. * Fix setting the file permissions in copy-out mode. * Honor umask when creating intermediate directories, not specified in the archive.
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2007/07/09 17:38:42 naddy Exp $
|
|
--- configure.orig Fri Jul 6 18:05:57 2007
|
|
+++ configure Fri Jul 6 18:06:13 2007
|
|
@@ -36091,7 +36091,7 @@ for ac_last_try in false false false false false :; do
|
|
INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
|
|
LIBICONV!$LIBICONV$ac_delim
|
|
LTLIBICONV!$LTLIBICONV$ac_delim
|
|
-INTLLIBS!$INTLLIBS$ac_delim
|
|
+INTLLIBS!$LTLIBINTL$ac_delim
|
|
POSUB!$POSUB$ac_delim
|
|
AUTOM4TE!$AUTOM4TE$ac_delim
|
|
LIBOBJS!$LIBOBJS$ac_delim
|