From 3048d515d86ac558beacbc84a6f89276d29343b2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:39:08 +0100 Subject: Adding debian version 1.5~pre2-1. Signed-off-by: Daniel Baumann --- debian/patches/0001-build.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'debian/patches/0001-build.patch') diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index d4943fd..ee24c86 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -2,18 +2,20 @@ Author: Daniel Baumann Description: Avoid overwriting build-environment. diff -Naurp clzip.orig/configure clzip/configure ---- clzip.orig/configure -+++ clzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +--- clzip.orig/configure 2013-07-19 17:24:58.332735484 +0200 ++++ clzip/configure 2013-07-19 17:30:30.803563946 +0200 +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' - CC=gcc +-CC=gcc -CPPFLAGS= -CFLAGS='-Wall -W -O2' -LDFLAGS= ++#CC=gcc +#CPPFLAGS= +#CFLAGS='-Wall -W -O2' +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1 -- cgit v1.2.3