Browse Source

Chris Efant:


			
			
				rocklinux
			
			
		
Chris Efant 21 years ago
parent
commit
bc4788eb35
1 changed files with 27 additions and 0 deletions
  1. +27
    -0
      package/sirkull/libowfat/dietlibc.patch

+ 27
- 0
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

Loading…
Cancel
Save