FS#1899 - Postfix PKGBUILD in abs.
|
Details
The build function in the postfix PKGBUILD has the following
line:
make OPT="${CFLAGS}" || return 1 Is this a testing line, or something left after modifying a gentoo script? There is also no configuration line, along with a binary in the abs directory. Is this correct? |
This task depends upon
Comment by Dale Blount (dale) -
Monday, 13 December 2004, 13:39 GMT
the OPT line is to add the usual optimization that Arch does,
because postfix's build system isn't standard (also why there's no
./configure line). The "binary" in the abs directory is the rc.d
script.