SF.net SVN: gar:[25078] csw/mgar/pkg/fossil/trunk/Makefile
sfbsdsx at users.sourceforge.net
sfbsdsx at users.sourceforge.net
Thu Jun 11 19:35:22 CEST 2015
Revision: 25078
http://sourceforge.net/p/gar/code/25078
Author: sfbsdsx
Date: 2015-06-11 17:35:21 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
fossil/trunk: Fix BUILD_DEP_PKGS and readline/lineedit
Modified Paths:
--------------
csw/mgar/pkg/fossil/trunk/Makefile
Modified: csw/mgar/pkg/fossil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fossil/trunk/Makefile 2015-06-11 14:51:31 UTC (rev 25077)
+++ csw/mgar/pkg/fossil/trunk/Makefile 2015-06-11 17:35:21 UTC (rev 25078)
@@ -1,5 +1,6 @@
# $Id$
# TODO (release-critical prefixed with !, non release-critical with *)
+# * next release don't use readline anymore (https://www.fossil-scm.org/fossil/info/851485657643dc2c)
# Recipe sent in by Freddy DISSAUX freddy.dsx free.fr
NAME = fossil
@@ -19,16 +20,21 @@
VENDOR_URL = http://www.fossil-scm.org/
BUILD_DEP_PKGS += CSWlibssl-dev
+BUILD_DEP_PKGS += CSWlibz-dev
BUILD64 = 1
WORKSRC = $(WORKDIR)/$(NAME)-src-$(VERSION)
-CONFIGURE_ARGS = $(DIRPATHS)
+
+NODIRPATHS += --exec_prefix
+
+CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-openssl=auto
+CONFIGURE_ARGS += --with-zlib=$(includedir)
CONFIGURE_ARGS += --disable-fusefs
+# Find libreadline always fail
+CONFIGURE_ARGS += --disable-lineedit
-# Remove exec_prefix from DIRPATHS:
-NODIRPATHS += --exec_prefix
# No test/check target provided by fossil
TEST_SCRIPTS =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list