Re: Poudriere questions

看板FB_stable作者時間12年前 (2013/04/27 13:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串12/12 (看更多)
On 02/21/13 10:15, Patrick M. Hausen wrote: > Hi, Guido, > > hope you have a couple of more minutes ... > > After the first failure with the make.conf syntax I just put the options in unconditionally, > to try if they end up in the final Apache package. Just to be sure, are you putting these lines in poudriere's make.conf for your jail? The one in /usr/local/etc/poudriere.d/make.conf (poudriere global one, or the jail-make.conf one if you need different ones for different environments) poudriere will use that one when building, not the one in /etc. > OK, tried manually wihtout Poudriere: > > make config, enable PROXY, PROXY_HTTP, SUEXEC, then specify the rest on the command > line when building: > > make -DBATCH -DSUEXEC_DOCROOT=/var/apache -DSUEXEC_LOGFILE=/var/apache/GLOBAL/suexec_log install > This command line isn't correct. In fact I don't really know how it could have ever worked. From make(1): -D variable Define variable to be 1, in the global context. An example should clarify things up > make -DFOO=bar -V FOO > make -DFOO=bar -V FOO=bar 1 > make FOO=bar -V FOO bar The correct one should be make -DBATCH SUEXEC_DOCROOT=/var/apache SUEXEC_LOGFILE=/var/apache/GLOBAL/suexec_log install -- Guido Falsi <mad@madpilot.net> _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
文章代碼(AID): #1HUsCGjE (FB_stable)
討論串 (同標題文章)
文章代碼(AID): #1HUsCGjE (FB_stable)