Because I develop on mysql. Since the devel build is static, only one
driver can be included at a time.


Marc Dirix wrote:
> Why is postgres exluded from configuring when "devel" is found?
> I use an uml system for development, and test, after searching why
> postgresql doesn't work I found out it isn't even compiled because of
> this.
> 
> Code snip:
> 
> ifneq (,$(findstring devel,$(DEB_BUILD_OPTIONS)))
>         export WITH_CHECK=--with-check
>       export WITH_PGSQL=
>         export WITH_SQLITE=
>         export SHARED=--enable-shared=no
>         CFLAGS += -g
> endif
> 
> 
> 
> 

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to