From b213d4c102772b415885d0569eaff2cb759454cb Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 17 Dec 2025 18:03:07 +0800 Subject: pacdiff --- etc/makepkg.conf | 11 +++++++---- etc/pacman.conf | 3 ++- etc/services | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/etc/makepkg.conf b/etc/makepkg.conf index 541847f0..6bd39be4 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -38,6 +38,8 @@ VCSCLIENTS=('bzr::breezy' CARCH="aarch64" CHOST="aarch64-unknown-linux-gnu" +#NPROC=2 + #-- Compiler and Linker Flags # -march (or -mcpu) builds exclusively for an architecture # -mtune optimizes for an architecture, but builds for whole processor family @@ -49,7 +51,7 @@ CPPFLAGS="" CFLAGS="-march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \ -fstack-clash-protection \ - -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer" + -fno-omit-frame-pointer" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \ -Wl,-z,pack-relative-relocs" @@ -64,7 +66,8 @@ DEBUG_CXXFLAGS="$DEBUG_CFLAGS" # BUILD ENVIRONMENT ######################################################################### # -# Makepkg defaults: BUILDENV=(!distcc !color !ccache check !sign) +# Makepkg defaults: +# OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto !autodeps) # A negated environment option will do the opposite of the comments below. # #-- distcc: Use the Distributed C/C++/ObjC compiler @@ -117,9 +120,9 @@ STRIP_SHARED="--strip-unneeded" #-- Options to be used when stripping static libraries. See `man strip' for details. STRIP_STATIC="--strip-debug" #-- Manual (man and info) directories to compress (if zipman is specified) -MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info}) +MAN_DIRS=(usr{,/local}{,/share}/{man,info}) #-- Doc directories to remove (if !docs is specified) -DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc}) +DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc}) #-- Files to be removed from all packages (if purge is specified) PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) #-- Directory to store source code in for debug packages diff --git a/etc/pacman.conf b/etc/pacman.conf index 4c32e0ad..4d3d3119 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -36,7 +36,8 @@ CheckSpace #VerbosePkgLists ParallelDownloads = 8 DownloadUser = alpm -#DisableSandbox +#DisableSandboxFilesystem +#DisableSandboxSyscalls # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/etc/services b/etc/services index 740de1df..7176fe3b 100644 --- a/etc/services +++ b/etc/services @@ -3284,8 +3284,8 @@ unisql 1978/tcp unisql 1978/udp unisql-java 1979/tcp unisql-java 1979/udp -pearldoc-xact 1980/tcp -pearldoc-xact 1980/udp +panquest-xact 1980/tcp +panquest-xact 1980/udp p2pq 1981/tcp p2pq 1981/udp estamp 1982/tcp -- cgit v1.2.3-70-g09d2