PATH:
usr
/
libexec
#!/usr/bin/sh # Keep this script in sync with python-config.in exit_with_usage () { echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed" exit $1 } if [ "$1" = "" ] ; then exit_with_usage 1 fi # Returns the actual prefix where this script was installed to. installed_prefix () { RESULT=$(dirname $(cd $(dirname "$1") && pwd -P)) if which readlink >/dev/null 2>&1 ; then if readlink -f "$RESULT" >/dev/null 2>&1; then RESULT=$(readlink -f "$RESULT") fi fi echo $RESULT } prefix_real=$(installed_prefix "$0") # Use sed to fix paths from their built-to locations to their installed-to # locations. Keep prefix & exec_prefix using their original values in case # they are referenced in other configure variables, to prevent double # substitution, issue #22140. prefix="/usr" exec_prefix="/usr" exec_prefix_real=${prefix_real} includedir=$(echo "/usr/include" | sed "s#$prefix#$prefix_real#") libdir=$(echo "/usr/lib64" | sed "s#$prefix#$prefix_real#") CFLAGS=$(echo " -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv " | sed "s#$prefix#$prefix_real#") VERSION="3.9" LIBM="-lm" LIBC="" SYSLIBS="$LIBM $LIBC" ABIFLAGS="" LIBS=" -lcrypt -ldl -lm $SYSLIBS" LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -lcrypt -ldl -lm $SYSLIBS" BASECFLAGS=" -Wno-unused-result -Wsign-compare" LDLIBRARY="libpython${LDVERSION}.so" OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv" PY_ENABLE_SHARED="1" LDVERSION="${VERSION}${ABIFLAGS}" LIBDEST=${prefix_real}/lib/python${VERSION} LIBPL=$(echo "${prefix}/lib64/python3.9/config-${VERSION}${ABIFLAGS}-x86_64-linux-gnu" | sed "s#$prefix#$prefix_real#") SO=".cpython-39-x86_64-linux-gnu.so" PYTHONFRAMEWORK="" INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" PY_EMBED=0 # Scan for --help or unknown argument. for ARG in $* do case $ARG in --help) exit_with_usage 0 ;; --embed) PY_EMBED=1 ;; --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir) ;; *) exit_with_usage 1 ;; esac done if [ $PY_EMBED = 1 ] ; then LIBS="$LIBS_EMBED" fi for ARG in "$@" do case "$ARG" in --prefix) echo "$prefix_real" ;; --exec-prefix) echo "$exec_prefix_real" ;; --includes) echo "$INCDIR $PLATINCDIR" ;; --cflags) echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT" ;; --libs) echo "$LIBS" ;; --ldflags) LIBPLUSED= if [ "$PY_ENABLE_SHARED" = "0" ] ; then LIBPLUSED="-L$LIBPL" fi echo "$LIBPLUSED -L$libdir $LIBS" ;; --extension-suffix) echo "$SO" ;; --abiflags) echo "$ABIFLAGS" ;; --configdir) echo "$LIBPL" ;; esac done
[+]
tuned
[-] rtkit-daemon
[edit]
[-] flatpak-session-helper
[edit]
[-] at-spi-bus-launcher
[edit]
[-] nfsrahead
[edit]
[+]
os-prober
[-] flatpak-portal
[edit]
[+]
coreutils
[+]
dpkg
[-] generate-rndc-key.sh
[edit]
[-] at-spi2-registryd
[edit]
[-] fips-setup-helper
[edit]
[-] nm-initrd-generator
[edit]
[+]
irqbalance
[+]
cloud-init
[-] platform-python3.9
[edit]
[+]
utempter
[-] scdaemon
[edit]
[-] cockpit-client
[edit]
[+]
microcode_ctl
[-] grepconf.sh
[edit]
[-] low-memory-monitor
[edit]
[-] loadmodules
[edit]
[+]
grubby
[-] revokefs-fuse
[edit]
[-] geoclue
[edit]
[+]
totem-pl-parser
[-] import-state
[edit]
[-] virt-what-cpuid-helper
[edit]
[-] nm-priv-helper
[edit]
[-] imunify-message-gateway
[edit]
[+]
gawk
[-] tracker-xdg-portal-3
[edit]
[-] dnf-utils
[edit]
[-] cockpit-certificate-helper
[edit]
[-] platform-python
[edit]
[-] keyboxd
[edit]
[-] flatpak-oci-authenticator
[edit]
[-] dconf-service
[edit]
[-] platform-python3.9-x86_64-config
[edit]
[-] vi
[edit]
[-] cockpit-tls
[edit]
[-] glib-pacrunner
[edit]
[+]
hostname
[-] arptables-helper
[edit]
[+]
linux-boot-probes
[-] realmd
[edit]
[+]
grub2
[-] exim.daemon
[edit]
[-] nm-daemon-helper
[edit]
[+]
bluetooth
[-] gpg-preset-passphrase
[edit]
[-] tracker-miner-fs-3
[edit]
[-] pk-offline-update
[edit]
[-] upowerd
[edit]
[-] report-command-error
[edit]
[-] xdg-permission-store
[edit]
[-] gpg-wks-client
[edit]
[-] tracker-miner-fs-control-3
[edit]
[-] cockpit-wsinstance-factory
[edit]
[-] platform-python3.9-config
[edit]
[+]
gcc
[+]
dovecot
[-] flatpak-system-helper
[edit]
[+]
awk
[-] tracker-extract-3
[edit]
[-] xdg-desktop-portal
[edit]
[-] mlocate-run-updatedb
[edit]
[+]
installkernel
[-] nm-dispatcher
[edit]
[+]
rsyslog
[+]
initscripts
[-] gpg-pair-tool
[edit]
[+]
openldap
[-] nm-dhcp-helper
[edit]
[-] flatpak-validate-icon
[edit]
[-] packagekitd
[edit]
[+]
geoclue-2.0
[+]
iptables
[-] gpg-check-pattern
[edit]
[-] cockpit-client.ui
[edit]
[-] platform-python-config
[edit]
[+]
selinux
[+]
psacct
[+]
cpanel-pdns
[-] gpg-protect-tool
[edit]
[+]
gstreamer-1.0
[+]
sssd
[+]
smartmontools
[-] cockpit-askpass
[edit]
[+]
nfs-utils
[+]
man-db
[-] packagekit-direct
[edit]
[+]
imunify-notifier
[+]
getconf
[-] fprintd
[edit]
[-] dirmngr_ldap
[edit]
[-] run-with-intensity
[edit]
[-] cockpit-session
[edit]
[-] cockpit-desktop
[edit]
[+]
openssh
[-] lvresize_fs_helper
[edit]
[-] cockpit-certificate-ensure
[edit]
[+]
p11-kit
[-] xdg-document-portal
[edit]
[-] cockpit-ws
[edit]
[+]
..
[-] arptables-nft-helper
[edit]
[+]
lsm.d
[+]
os-probes
[-] tracker-writeback-3
[edit]
[+]
tracker3
[+]
sudo
[+]
git-core
[-] xdg-desktop-portal-gtk
[edit]