From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Tue, 26 Feb 2013 13:26:21 -0300 Subject: [Buildroot] [PATCH] libfuse: not available for static builds In-Reply-To: <874ngz82q5.fsf@dell.be.48ers.dk> References: <1361873801-8672-1-git-send-email-gustavo@zacarias.com.ar> <874ngz82q5.fsf@dell.be.48ers.dk> Message-ID: <512CE22D.8070601@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 02/26/2013 01:22 PM, Peter Korsgaard wrote: > Huh, that build error is just because of the hardcoded target install > step (why don't we just use make install)? > > Did you mean another build error? Yes, but it leads to other errors if we avoid copying libfuse*.so If you've just got libfuse.a in staging and fuse-using programs link/use it it breaks anyway because libfuse hardcodes dlopen. We'd just be translating the build failure to exfat, unionfs and so on... Regards.