From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0CLf-0007os-Qt for guix-patches@gnu.org; Mon, 17 Apr 2017 15:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0CLb-0003MA-TX for guix-patches@gnu.org; Mon, 17 Apr 2017 15:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54720) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0CLb-0003M3-LS for guix-patches@gnu.org; Mon, 17 Apr 2017 15:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0CLb-00077K-D4 for guix-patches@gnu.org; Mon, 17 Apr 2017 15:30:03 -0400 Subject: bug#26488: [PATCH] gnu: Add crawl. Resent-Message-ID: Message-Id: <680bbfa9.AEUAJGilBMUAAAAAAAAAAAO02gcAAAACwQwAAAAAAAW9WABY9ReX@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Tue, 18 Apr 2017 00:59:21 +0530 In-reply-to: <8ac92fe4-14dd-3933-8901-bea4ff8673ac@cock.li> References: <9758282d-96a4-8fe4-183b-a60a43a9eab9@cock.li> <791d5ba7.AEQAJP3OyzEAAAAAAAAAAAO02gcAAAACwQwAAAAAAAW9WABY8IM9@mailjet.com> <8ac92fe4-14dd-3933-8901-bea4ff8673ac@cock.li> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26488@debbugs.gnu.org > + "TILES=3D" This disables the building of the graphical interface, if I'm not wrong. Could you build the graphical interface as well? > + "BUILD_LUA=3D" > + "BUILD_SQLITE=3D" > + "BUILD_ZLIB=3D" Also, could you explain what these three BUILD_* make-flags do? Is it to disable the use of their bundled lua, sqlite and zlib libraries? I can't for the life of me, read and understand their Makefile. They seem to have basically reinvented autoconf in a large hand-written Makefile. Thanks! =