aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-17 16:08:57 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-17 16:13:46 -0800
commit774a8ee83087985c81d32f0d48c0db23ab8c87b6 (patch)
tree9b7259937124828ab60114808ff2ca6306cca830 /meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
parente0a389a66068e64118c45a4583ae07727f620a0c (diff)
downloadmeta-openembedded-774a8ee83087985c81d32f0d48c0db23ab8c87b6.tar.gz
nspr: Upgrade to 4.35
Use -D_PR_HAVE_LARGE_OFF_T instead of -D_PR_HAVE_OFF64_T on musl Drop remove-srcdir-from-configure-in.patch its fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch')
-rw-r--r--meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch b/meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
deleted file mode 100644
index bde715c5dc..0000000000
--- a/meta-oe/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-the $srcdir is not defined at the time of gnu-configurize.
-
-Upstream-Status: Inappropriate [OE-Core specific]
-
-Signed-off-by: Saul Wold <sgw@linux.intel.com>
-
-Index: nspr/configure.in
-===================================================================
---- nspr.orig/configure.in
-+++ nspr/configure.in
-@@ -8,7 +8,7 @@ AC_PREREQ(2.61)
- AC_INIT
- AC_CONFIG_SRCDIR([pr/include/nspr.h])
-
--AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
-+AC_CONFIG_AUX_DIR(build/autoconf)
- AC_CANONICAL_TARGET
-
- dnl ========================================================