diff --git a/src/apps/bin/sed-4.0.9/lib/Jamfile b/src/apps/bin/sed-4.0.9/lib/Jamfile index 901f5d2c00..aee3d45662 100644 --- a/src/apps/bin/sed-4.0.9/lib/Jamfile +++ b/src/apps/bin/sed-4.0.9/lib/Jamfile @@ -1,6 +1,6 @@ SubDir OBOS_TOP src apps bin sed-4.0.9 lib ; -SubDirCcFlags -DHAVE_CONFIG_H ; +SubDirCcFlags -DHAVE_CONFIG_H -w ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; StaticLibrary sed : diff --git a/src/kernel/libroot/posix/glibc/regex/Jamfile b/src/kernel/libroot/posix/glibc/regex/Jamfile index f2452f8ea9..a0acd7f8fd 100644 --- a/src/kernel/libroot/posix/glibc/regex/Jamfile +++ b/src/kernel/libroot/posix/glibc/regex/Jamfile @@ -5,6 +5,6 @@ SubDirHdrs $(OBOS_TOP) headers ; KernelMergeObject posix_gnu_regex.o : <$(SOURCE_GRIST)>regex.c : - -fPIC -DPIC + -fPIC -DPIC -w ;