From 4d5dcc08ba40d496e8253cd32fd8b15fac984c74 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Jun 2012 11:06:06 -0600 Subject: [PATCH] update patch --- debian/patches/fix-paths.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/fix-paths.diff b/debian/patches/fix-paths.diff index 6cd2712..9578d6e 100644 --- a/debian/patches/fix-paths.diff +++ b/debian/patches/fix-paths.diff @@ -12,7 +12,7 @@ OPTIMFLAGS = -O2 DEBUGFLAGS = -Wall --CFLAGS = $(OPTIMFLAGS) -fno-strict-aliasing -fpic -fshort-wchar $(DEBUGFLAGS) +-CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar $(DEBUGFLAGS) +CFLAGS = $(ARCH3264) $(OPTIMFLAGS) -fpic -fshort-wchar $(DEBUGFLAGS) +ASFLAGS = $(ARCH3264) LDFLAGS = -nostdlib -znocombreloc -- 2.30.2