mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
#
|
|
# Configuration file for scratchpkg
|
|
#
|
|
|
|
CFLAGS="-O2 -march=x86-64 -pipe"
|
|
CXXFLAGS="${CFLAGS}"
|
|
MAKEFLAGS="-j$(nproc)"
|
|
|
|
XARCH="x86_64"
|
|
XHOST="x86_64-pc-linux-gnu"
|
|
|
|
# SOURCE_DIR="/var/cache/scratchpkg/sources"
|
|
# PACKAGE_DIR="/var/cache/scratchpkg/packages"
|
|
# WORK_DIR="/var/cache/scratchpkg/work"
|
|
# DOWNLOAD_PROG="auto"
|
|
# WGET_OPTS=""
|
|
# CURL_OPTS=""
|
|
# COMPRESSION_MODE="xz"
|
|
|
|
#
|
|
# GLOBAL PACKAGE OPTIONS
|
|
#
|
|
# -- libtool: Keep libtool file (*.la) in packages
|
|
# -- emptydirs: Keep empty directories in packages
|
|
# -- strip: Strip symbols from binaries/libraries
|
|
# -- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
|
|
# -- buildflags: Enable buildflags (CFLAGS and CXXFLAGS)
|
|
# -- makeflags: Enable makeflags (MAKEFLAGS)
|
|
# -- checksum: Enable checking checksum
|
|
# -- docs: Keep docs
|
|
# -- locales: Keep locales
|
|
#
|
|
# -- These are default values for the options="" settings
|
|
# -- add '!' in front of this option to disable it
|
|
#
|
|
# OPTIONS="!libtool emptydirs strip zipman buildflags makeflags checksum !docs !locales"
|