diff options
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Machrules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/Machrules b/mach/Machrules index 5839378009..ebb0fabd7a 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -223,6 +223,7 @@ endif ifdef interface-library $(interface-library)-routines = $(interface-routines) stack_chk_fail_local +$(interface-library)-shared-only-routines = stack_chk_fail_local extra-libs += $(interface-library) extra-libs-others += $(interface-library) |