BASH_LOADABLES_PATH
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=364
This commit is contained in:
parent
f154a4ce64
commit
f48f1b9e51
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 2 07:48:10 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Set DEFAULT_LOADABLE_BUILTINS_PATH to get BASH_LOADABLES_PATH
|
||||||
|
correct (boo#1204567)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 20 11:14:16 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
Thu Oct 20 11:14:16 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -385,6 +385,7 @@ echo exit 0 > tests/read7.sub
|
|||||||
# cflags -fno-unwind-tables CFLAGS
|
# cflags -fno-unwind-tables CFLAGS
|
||||||
# cflags -fno-asynchronous-unwind-tables CFLAGS
|
# cflags -fno-asynchronous-unwind-tables CFLAGS
|
||||||
%endif
|
%endif
|
||||||
|
CFLAGS="$CFLAGS -DDEFAULT_LOADABLE_BUILTINS_PATH='\"%{_libdir}/%{name}\"'"
|
||||||
CC_FOR_BUILD="$CC"
|
CC_FOR_BUILD="$CC"
|
||||||
CFLAGS_FOR_BUILD="$CFLAGS"
|
CFLAGS_FOR_BUILD="$CFLAGS"
|
||||||
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
||||||
|
Loading…
Reference in New Issue
Block a user