Table of Contents
Various environment variables can be set to build a package in a particular way.
Table 4.1. Build Environment Variables
Name | Description | Value Type | REQ? |
---|---|---|---|
APKG_BUILD_SKIP_CONFIGURE |
When set to 1, |
numeric | No |
APKG_BUILD_SKIP_MAKE |
When set to 1, |
numeric | No |
APKG_NO_STRIP |
When set to 1, makepackage will not run the "strip" utility on included ELF binaries. This will make the package much larger, but allows you to get meaningful backtraces from the binaries if they crash. |
Numeric | No |
APKG_BUILD_VERBOSE |
When set to 0, no build output text will be echoed. |
numeric | No |