diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:41:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:41:28 +0000 |
commit | f503581dd927c751d37c4b2000c12f289af9c7f3 (patch) | |
tree | e7b2333344780a3db8ba20f18ca778f2156f6395 | |
parent | Merging upstream version 1.13~rc1. (diff) | |
download | pdlzip-f503581dd927c751d37c4b2000c12f289af9c7f3.tar.xz pdlzip-f503581dd927c751d37c4b2000c12f289af9c7f3.zip |
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-build.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch index b3a4393..70fe302 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -4,16 +4,18 @@ Description: Avoid overwriting build-environment. diff -Naurp pdlzip.orig/configure pdlzip/configure --- pdlzip.orig/configure +++ pdlzip/configure -@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share' +@@ -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= + MAKEINFO=makeinfo # checking whether we are using GNU C. - /bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; } |