[Libreoffice] [PATCH] mysqlc chicken-and-egg bootstrap

Lionel Elie Mamane lionel at mamane.lu
Fri Aug 5 02:23:47 PDT 2011


Hi,

When doing a fresh bootstrap clone and
 ./autogen.sh '--enable-ext-mysql-connector' '--with-system-mysql'
configure complains that the directory "mysqlc" does not exist and
errors out. But that directory will be created by "make fetch" _after_
configure is finished running, so I'd suggest the attached patch.

Else, one has to do:

 ./autogen.sh && make fetch && ./autogen.sh '--enable-ext-mysql-connector' '--with-system-mysql'

-- 
Lionel


More information about the LibreOffice mailing list