From bc4788eb359d0515db1e048ccaf4fdcce2c4cded Mon Sep 17 00:00:00 2001 From: Chris Efant Date: Thu, 20 May 2004 09:08:17 +0000 Subject: [PATCH] Chris Efant: Removed dietlibc from libowfat. This fixes slidentd. [2004051106554128437] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3014 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sirkull/libowfat/dietlibc.patch | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/sirkull/libowfat/dietlibc.patch diff --git a/package/sirkull/libowfat/dietlibc.patch b/package/sirkull/libowfat/dietlibc.patch new file mode 100644 index 000000000..1aab4c9ef --- /dev/null +++ b/package/sirkull/libowfat/dietlibc.patch @@ -0,0 +1,27 @@ +--- libowfat-0.19.2.orig/GNUmakefile 2004-03-27 20:49:35.000000000 -0500 ++++ libowfat-0.19.2/GNUmakefile 2004-05-11 00:16:53.000000000 -0400 +@@ -23,24 +23,6 @@ + CFLAGS=-pipe -Wall -g + endif + path = $(subst :, ,$(PATH)) +-diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) +-ifeq ($(strip $(diet_path)),) +-ifneq ($(wildcard /opt/diet/bin/diet),) +-DIET=/opt/diet/bin/diet +-else +-DIET= +-endif +-else +-DIET:=$(strip $(diet_path)) +-endif +- +-ifneq ($(DIET),) +-ifneq ($(DEBUG),1) +-DIET+=-Os +-endif +-endif +-# to build without diet libc support, use $ make DIET= +-# see http://www.fefe.de/dietlibc/ for details about the diet libc + + VPATH=str:byte:fmt:scan:uint:open:stralloc:unix:socket:buffer:mmap:textcode:taia:tai:dns:case:array:mult:io +