summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfsprogs-cflags.patch14
-rw-r--r--xfsprogs-miscfix-v2.patch13
2 files changed, 7 insertions, 20 deletions
diff --git a/xfsprogs-cflags.patch b/xfsprogs-cflags.patch
index 65d16a5..5463e6d 100644
--- a/xfsprogs-cflags.patch
+++ b/xfsprogs-cflags.patch
@@ -1,11 +1,11 @@
---- include/builddefs.in~ 2004-04-05 05:12:56.000000000 +0200
-+++ include/builddefs.in 2004-05-25 17:10:39.165846544 +0200
-@@ -108,7 +108,7 @@
+--- xfsprogs-2.6.25/include/builddefs.in.orig 2004-10-13 02:26:03.000000000 +0200
++++ xfsprogs-2.6.25/include/builddefs.in 2004-10-17 16:10:37.832771624 +0200
+@@ -113,7 +113,7 @@
PCFLAGS = -I/usr/local/include
endif
--GCFLAGS += -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall -I$(TOPDIR)/include \
-+GCFLAGS += $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall -I$(TOPDIR)/include \
- -DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
- -DPACKAGE=\"$(PKG_NAME)\"
+-GCFLAGS = -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
++GCFLAGS = $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
+ -DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
+ -DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include
diff --git a/xfsprogs-miscfix-v2.patch b/xfsprogs-miscfix-v2.patch
index 6f40b50..02dea7d 100644
--- a/xfsprogs-miscfix-v2.patch
+++ b/xfsprogs-miscfix-v2.patch
@@ -13,16 +13,3 @@
- done
AC_SUBST(have_zipped_manpages)
])
---- xfsprogs-2.5.4/m4/package_utilies.m4.orig 2003-07-25 19:42:03.000000000 +0200
-+++ xfsprogs-2.5.4/m4/package_utilies.m4 2003-08-08 08:45:27.000000000 +0200
-@@ -17,9 +17,7 @@
- # MSGFMT MSGMERGE RPM
- #
- AC_DEFUN([AC_PACKAGE_UTILITIES],
-- [ if test -z "$CC"; then
-- AC_PROG_CC
-- fi
-+ [ AC_PROG_CC
- cc="$CC"
- AC_SUBST(cc)
- AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler])