diff --git a/bash.changes b/bash.changes index 30ea519..183ff8f 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 2 07:48:10 UTC 2022 - Dr. Werner Fink + +- Set DEFAULT_LOADABLE_BUILTINS_PATH to get BASH_LOADABLES_PATH + correct (boo#1204567) + ------------------------------------------------------------------- Thu Oct 20 11:14:16 UTC 2022 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 5f532aa..3485e2f 100644 --- a/bash.spec +++ b/bash.spec @@ -385,6 +385,7 @@ echo exit 0 > tests/read7.sub # cflags -fno-unwind-tables CFLAGS # cflags -fno-asynchronous-unwind-tables CFLAGS %endif + CFLAGS="$CFLAGS -DDEFAULT_LOADABLE_BUILTINS_PATH='\"%{_libdir}/%{name}\"'" CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS" export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC