Blame build/pkg/README

Packit 90a5c9
The script in this directory will attempt to build a Solaris package
Packit 90a5c9
out of a source tree for httpd.
Packit 90a5c9
Packit 90a5c9
To build a package, make sure you are in the root of the source tree,
Packit 90a5c9
and run:
Packit 90a5c9
Packit 90a5c9
build/pkg/buildpkg.sh
Packit 90a5c9
Packit 90a5c9
A Solaris package called httpd-<version>-<architecture>-local.gz will be
Packit 90a5c9
created in the root of the source tree.
Packit 90a5c9
Packit 90a5c9
By default, the script will attempt to find a system installed version of
Packit 90a5c9
APR and APR-util v1. You may override the location of apr or apr-util like so:
Packit 90a5c9
Packit 90a5c9
build/pkg/buildpkg.sh --with-apr=some/other/path --with-apr-util=some/other/path
Packit 90a5c9