From 524e234c68bb9f40928380e2f59b2540f9eb8f57 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sat, 27 Dec 2025 16:36:17 +0000 Subject: Woodpecker CI b244f1543b96ae508be2086f3a65d41e20185ead [SKIP CI] --- nss/respect-ldflags.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nss/respect-ldflags.patch (limited to 'nss/respect-ldflags.patch') diff --git a/nss/respect-ldflags.patch b/nss/respect-ldflags.patch deleted file mode 100644 index f1e17e80..00000000 --- a/nss/respect-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nss-3.67.orig/nss/coreconf/rules.mk -+++ nss-3.67/nss/coreconf/rules.mk -@@ -223,7 +223,7 @@ ifdef MT - endif # MSVC with manifest tool - endif - else -- $(MKSHLIB) -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS) $(OS_LIBS) -+ $(MKSHLIB) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS) $(OS_LIBS) - chmod +x $@ - endif - endif -- cgit v1.2.3