Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3d22b7a59f
commit
2516f422e5
1 changed files with 6 additions and 6 deletions
12
debian/patches/0001-build.patch
vendored
12
debian/patches/0001-build.patch
vendored
|
@ -4,10 +4,10 @@ Description: Avoid overwriting build-environment.
|
||||||
diff -Naurp pdlzip.orig/configure pdlzip/configure
|
diff -Naurp pdlzip.orig/configure pdlzip/configure
|
||||||
--- pdlzip.orig/configure
|
--- pdlzip.orig/configure
|
||||||
+++ pdlzip/configure
|
+++ pdlzip/configure
|
||||||
@@ -24,9 +24,9 @@ infodir='$(datadir)/info'
|
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
|
||||||
mandir='$(datadir)/man'
|
infodir='$(datarootdir)/info'
|
||||||
sysconfdir='$(prefix)/etc'
|
mandir='$(datarootdir)/man'
|
||||||
CC=
|
CC=gcc
|
||||||
-CPPFLAGS=
|
-CPPFLAGS=
|
||||||
-CFLAGS='-Wall -W -O2'
|
-CFLAGS='-Wall -W -O2'
|
||||||
-LDFLAGS=
|
-LDFLAGS=
|
||||||
|
@ -15,5 +15,5 @@ diff -Naurp pdlzip.orig/configure pdlzip/configure
|
||||||
+#CFLAGS='-Wall -W -O2'
|
+#CFLAGS='-Wall -W -O2'
|
||||||
+#LDFLAGS=
|
+#LDFLAGS=
|
||||||
|
|
||||||
# Loop over all args
|
# checking whether we are using GNU C.
|
||||||
while [ -n "$1" ] ; do
|
if [ ! -x /bin/gcc ] &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue