Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2009 15:57:23 -0400
From:      Steve Polyack <korvus@comcast.net>
To:        Paul Hoffman <phoffman@proper.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: How do I tell what arguments were given to configure?
Message-ID:  <49DA5EA3.4020207@comcast.net>
In-Reply-To: <p06240812c6000ba073b8@[10.20.30.158]>
References:  <p06240812c6000ba073b8@[10.20.30.158]>

next in thread | previous in thread | raw e-mail | index | archive | help
Paul Hoffman wrote:
> Greetings again. I am trying to trace down a bug that I think is happening in a port. I have captured the output of "make", but I don't see in it what arguments are being given to the port's "configure" script. Where do I find that?
>   
You can either examine the port's Makefile to determine what options it 
passes to the configure script, or you can check config.log in the work 
directory:

[/usr/ports/lang/php5/work/php-5.2.9]$ head config.log | grep ./configure
  $ ./configure --with-layout=GNU 
--with-config-file-scan-dir=/usr/local/etc/php --disable-all 
--enable-libxml --with-libxml-dir=/usr/local --enable-reflection 
--program-prefix= --disable-cgi --with-regex=php --with-zend-vm=CALL 
--prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ 
--build=i386-portbld-freebsd7.1




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49DA5EA3.4020207>