]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
minilzo: Skip parts tha we don't need.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 26 Feb 2015 17:11:53 +0000 (18:11 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 26 Feb 2015 17:11:53 +0000 (18:11 +0100)
config.h.in

index d93b687dcbccaf84de4eaa58ac19ba6ac176229f..ea0f3834e1136b471ca7941caf3f7db5fff627b3 100644 (file)
 #define DISK_CACHE_STATS @DISK_CACHE_STATS@
 #define BOOT_TIME_STATS @BOOT_TIME_STATS@
 
+/* We don't need those.  */
+#define MINILZO_CFG_SKIP_LZO_PTR 1
+#define MINILZO_CFG_SKIP_LZO_UTIL 1
+#define MINILZO_CFG_SKIP_LZO_STRING 1
+#define MINILZO_CFG_SKIP_LZO_INIT 1
+#define MINILZO_CFG_SKIP_LZO1X_1_COMPRESS 1
+#define MINILZO_CFG_SKIP_LZO1X_DECOMPRESS 1
+
 #if defined (GRUB_BUILD)
 #undef ENABLE_NLS
 #define BUILD_SIZEOF_LONG @BUILD_SIZEOF_LONG@