1
0
Fork 0
lziprecover/debian/patches/debian/0001-build.patch
Daniel Baumann 5e8ae665a4
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-21 11:33:15 +01:00

20 lines
478 B
Diff

Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Avoid overwriting build-environment.
diff -Naurp lziprecover.orig/configure lziprecover/configure
--- lziprecover.orig/configure
+++ lziprecover/configure
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
CXX=g++
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
+#CPPFLAGS=
+#CXXFLAGS='-Wall -W -O2'
+#LDFLAGS=
LIBS=-lpthread
MAKEINFO=makeinfo