diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-03 14:31:37 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-03 14:31:44 -0600 |
commit | 9b70352c2224bab37b0ea71bfea8ef7b2250d9b7 (patch) | |
tree | c5d6420b512e445a69a5bf9d6a895ae7eea2ab41 /package/parted/patches/patch-lib_config_h_in | |
parent | a632106ba3ef1d670cb78e5107cb6a03fbbc675d (diff) |
allow static build of nfsroot for lemote
Diffstat (limited to 'package/parted/patches/patch-lib_config_h_in')
-rw-r--r-- | package/parted/patches/patch-lib_config_h_in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/parted/patches/patch-lib_config_h_in b/package/parted/patches/patch-lib_config_h_in index df6cb1f7d..44c07bbc6 100644 --- a/package/parted/patches/patch-lib_config_h_in +++ b/package/parted/patches/patch-lib_config_h_in @@ -1,8 +1,8 @@ ---- parted-3.1.orig/lib/config.h.in 2012-03-02 17:10:29.000000000 +0100 -+++ parted-3.1/lib/config.h.in 2013-12-25 20:03:47.000000000 +0100 -@@ -1424,6 +1424,11 @@ - # define _DARWIN_USE_64_BIT_INODE 1 - #endif +--- parted-3.2.orig/lib/config.h.in 2014-07-28 22:02:54.000000000 -0500 ++++ parted-3.2/lib/config.h.in 2015-01-03 14:02:11.888853421 -0600 +@@ -1471,6 +1471,11 @@ + /* Enable large inode numbers on Mac OS X 10.5. */ + #undef _DARWIN_USE_64_BIT_INODE +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE |