소스 검색

upgpkg: ungoogled-chromium 90.0.4430.93-1

upstream release, also cleanup
jk 4 년 전
부모
커밋
6a6edde4d9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      PKGBUILD

+ 0 - 2
PKGBUILD

@@ -189,8 +189,6 @@ build() {
   # -fcf-protection breaks some third_party libraries
   CFLAGS=${CFLAGS/-fcf-protection}
   CXXFLAGS="$CFLAGS"
-  #CFLAGS=$(printf '%s\n' "${CFLAGS//-fcf-protection/}")
-  #CXXFLAGS="$CFLAGS"
 
   # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
   CFLAGS+='   -Wno-builtin-macro-redefined'