1
0

patch-configure 457 B

1234567891011121314151617
  1. --- lzip-1.17.orig/configure 2015-07-09 18:58:33.000000000 +0200
  2. +++ lzip-1.17/configure 2016-09-24 13:07:38.493476268 +0200
  3. @@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
  4. datarootdir='$(prefix)/share'
  5. infodir='$(datarootdir)/info'
  6. mandir='$(datarootdir)/man'
  7. -CXX=g++
  8. -CPPFLAGS=
  9. -CXXFLAGS='-Wall -W -O2'
  10. -LDFLAGS=
  11. +CXX?=g++
  12. +CPPFLAGS?=
  13. +CXXFLAGS?='-Wall -W -O2'
  14. +LDFLAGS?=
  15. # checking whether we are using GNU C++.
  16. ${CXX} --version > /dev/null 2>&1