1
0
Fork 0

Refreshing zupdate.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 06:00:57 +01:00
parent 33d9947a57
commit 42cdc6d40e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,11 +4,11 @@ Description: Avoid linking zupdate statically.
diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in
--- zutils.orig/Makefile.in --- zutils.orig/Makefile.in
+++ zutils/Makefile.in +++ zutils/Makefile.in
@@ -51,7 +51,7 @@ ztest : $(ztest_objs) @@ -52,7 +52,7 @@ ztest : $(ztest_objs)
$(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(ztest_objs) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ztest_objs)
zupdate : $(zupdate_objs) zupdate : $(zupdate_objs)
- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(zupdate_objs) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(zupdate_objs)
+ $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs) + $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs)
rc.o : rc.cc rc.o : rc.cc