Author: Daniel Baumann Description: Avoid overwriting build-environment. diff -Naurp lzip.orig/configure lzip/configure --- lzip.orig/configure 2013-03-10 21:00:48.821653006 +0100 +++ lzip/configure 2013-03-10 21:05:18.874824341 +0100 @@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' CXX=g++ -CPPFLAGS= -CXXFLAGS='-Wall -W -O2' -LDFLAGS= +#CPPFLAGS= +#CXXFLAGS='-Wall -W -O2' +#LDFLAGS= # checking whether we are using GNU C++. if [ ! -x /bin/g++ ] &&