diff options
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.mask | 6 | ||||
-rw-r--r-- | profiles/features/time64/make.defaults | 10 |
2 files changed, 5 insertions, 11 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 7b377e823850..feb4f302e74b 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -28,10 +28,6 @@ kde-misc/krunner-vscodeprojects # would require a patch to get past the configure step net-fs/openafs -# Sam James <sam@gentoo.org> (2024-11-19) -# Not ported to musl (bug #717252, bug #938613) -sys-apps/dog - # Robert Siebeck <gentoo.2019@r123.de> (2024-10-30) # musl not supported by upstream app-editors/zed @@ -178,7 +174,7 @@ dev-libs/intel-compute-runtime # Sam James <sam@gentoo.org> (2022-10-17) # Needs porting to musl # https://github.com/rr-debugger/rr/issues/2236 -dev-util/rr +dev-debug/rr # Sam James <sam@gentoo.org> (2022-10-04) # Packages with dubious sys-libs/glibc dependencies (non-binary) but diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults index 0edc40fa682e..b8990b710b0b 100644 --- a/profiles/features/time64/make.defaults +++ b/profiles/features/time64/make.defaults @@ -3,12 +3,10 @@ # Many profiles and stages override CFLAGS etc, and need then to eat their # own dogfood. For those who don't... -__COMMON_FLAGS_TIME64="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" - -CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64} -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion" -CXXFLAGS="${CXXFLAGS} ${__COMMON_FLAGS_TIME64}" -FCFLAGS="${FCFLAGS} ${__COMMON_FLAGS_TIME64}" -FFLAGS="${FFLAGS} ${__COMMON_FLAGS_TIME64}" +CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion" +CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" +FCFLAGS="${FCFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" +FFLAGS="${FFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" # We need to switch this explicitly on since it's explicitly disabled # in profiles otherwise. |