summaryrefslogtreecommitdiffstats
path: root/patches/01_remove-data-prerequisites.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/01_remove-data-prerequisites.patch')
-rw-r--r--patches/01_remove-data-prerequisites.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/01_remove-data-prerequisites.patch b/patches/01_remove-data-prerequisites.patch
index ff41e05..9ce4c67 100644
--- a/patches/01_remove-data-prerequisites.patch
+++ b/patches/01_remove-data-prerequisites.patch
@@ -42,18 +42,18 @@ With yearistype prerequisite removed:
make: *** [build] Error 2
diff -Naur src.orig/Makefile src/Makefile
---- src.orig/Makefile 2013-10-01 00:10:49.000000000 -0400
-+++ src/Makefile 2013-10-06 14:56:07.557822960 -0400
-@@ -340,7 +340,7 @@
+--- src.orig/Makefile 2013-10-25 18:34:35.000000000 -0400
++++ src/Makefile 2013-12-05 22:07:15.606995395 -0500
+@@ -345,7 +345,7 @@
SHELL= /bin/sh
--all: tzselect zic zdump $(LIBOBJS) $(TABDATA)
-+all: tzselect zic zdump $(LIBOBJS)
+-all: tzselect zic zdump libtz.a $(TABDATA)
++all: tzselect zic zdump libtz.a
ALL: all date
-@@ -381,7 +381,7 @@
+@@ -377,7 +377,7 @@
zdump: $(TZDOBJS)
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZDOBJS) $(LDLIBS)