diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-27 16:36:17 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-12-27 16:36:17 +0000 |
| commit | 524e234c68bb9f40928380e2f59b2540f9eb8f57 (patch) | |
| tree | dc2bab014e16fd51b8a6c557de1788f420d95347 /nss/respect-ldflags.patch | |
| parent | b7abad504de0c261014bd5431fd25ef5b92395e9 (diff) | |
| download | alicelinux-524e234c68bb9f40928380e2f59b2540f9eb8f57.tar.gz alicelinux-524e234c68bb9f40928380e2f59b2540f9eb8f57.zip | |
Woodpecker CI b244f1543b96ae508be2086f3a65d41e20185ead [SKIP CI]
Diffstat (limited to 'nss/respect-ldflags.patch')
| -rw-r--r-- | nss/respect-ldflags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 |