diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-03 11:20:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-03 11:21:03 +0000 |
commit | f3b9aa54554a47477e1ee4456df762a2ad981543 (patch) | |
tree | 7cccb9b24baad07829518c8160f7d8120c6bb789 | |
parent | Updating copyright for 2022. (diff) | |
download | zutils-f3b9aa54554a47477e1ee4456df762a2ad981543.tar.xz zutils-f3b9aa54554a47477e1ee4456df762a2ad981543.zip |
Refreshing zupdate.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0002-zupdate.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian/0002-zupdate.patch b/debian/patches/debian/0002-zupdate.patch index d14c73b..45c27f9 100644 --- a/debian/patches/debian/0002-zupdate.patch +++ b/debian/patches/debian/0002-zupdate.patch @@ -4,11 +4,11 @@ Description: Avoid linking zupdate statically. diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in --- zutils.orig/Makefile.in +++ zutils/Makefile.in -@@ -51,7 +51,7 @@ ztest : $(ztest_objs) - $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(ztest_objs) +@@ -52,7 +52,7 @@ ztest : $(ztest_objs) + $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ztest_objs) zupdate : $(zupdate_objs) -- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(zupdate_objs) +- $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(zupdate_objs) + $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs) rc.o : rc.cc |