diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-28 00:35:37 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-28 00:35:37 +0800 |
| commit | b244f1543b96ae508be2086f3a65d41e20185ead (patch) | |
| tree | 2dfaec0096b2273ec43e7eec837012d9685bd82c /repos/extra/nss/respect-ldflags.patch | |
| parent | 9294f9a39b118c32bfb3ffdcdadbc89bcbafe8f1 (diff) | |
| download | alicelinux-b244f1543b96ae508be2086f3a65d41e20185ead.tar.gz alicelinux-b244f1543b96ae508be2086f3a65d41e20185ead.zip | |
nss: updated to 3.119.1
Diffstat (limited to 'repos/extra/nss/respect-ldflags.patch')
| -rw-r--r-- | repos/extra/nss/respect-ldflags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/extra/nss/respect-ldflags.patch b/repos/extra/nss/respect-ldflags.patch deleted file mode 100644 index f1e17e80..00000000 --- a/repos/extra/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 |