Click to See Complete Forum and Search --> : Configure PHP w/ FreeBSD packages


Anon
09-01-2001, 12:51 AM
Hey All,

Just started using FreeBSD and installing using the packages and ports... very cool.

The only thing I haven't figured out is how to add my own configuration to the package install... what do I need to do / edit / hack to use the package install but with my own ./configure information?

TIA


Steve

fippo
09-02-2001, 02:44 AM
Look at the Makefile for the port. There is a section called \"flavors\".

Before typing \"make\" do a \'setenv FLAVOR \"imap mysql\"\' (or whatever flavors you want) to set the enviroment variable FLAVOR to the appropiate thing.