Re: question about package source configuration

2001-11-13 Thread Noah Meyerhans
On Tue, Nov 13, 2001 at 10:13:16PM +0800, Patrick Hsieh wrote: > After I apt-get source mysql-gpl-client > then cd mysql-gpl-*/ > I can dpkg-buildpackage -b -uc to build the binary. > But how can I modify the ./configure parameters? configure is called from ./debian/rules noah -- _

question about package source configuration

2001-11-13 Thread Patrick Hsieh
Hello, After I apt-get source mysql-gpl-client then cd mysql-gpl-*/ I can dpkg-buildpackage -b -uc to build the binary. But how can I modify the ./configure parameters? I checked Makefile.in and found $(EXTRA_CONF_ARGS). Looks like I can put my args in that variable. But where is that varible de