[Buildroot] [PATCH] Add package subversion

Baruch Siach baruch at tkos.co.il
Mon Apr 29 11:03:01 UTC 2013


Hi Rico,

On Mon, Apr 29, 2013 at 12:35:46PM +0200, Rico Bachmann wrote:
> Signed-off-by: Rico Bachmann <bachmann at tofwerk.com>
> ---

[snip]

> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_SUBVERSION
> +	bool "subversion"
> +	select BR2_PACKAGE_APR_UTIL

select BR2_PACKAGE_EXPAT

> +	# apr really needs shared library support
> +	depends on !BR2_PREFER_STATIC_LIB
> +	help
> +	  Subversion is an open source version control system
> +	  
> +	  http://subversion.apache.org/

[snip]

> +SUBVERSION_VERSION = 1.7.9
> +SUBVERSION_SITE = http://archive.apache.org/dist/subversion
> +SUBVERSION_DEPENDENCIES = apr apr-util expat
> +SUBVERSION_CONF_OPT = \
> +	--with-expat=$(STAGING_DIR)/usr:$(STAGING_DIR)/usr:expat \

The ":$(STAGING_DIR)/usr:expat" part looks wrong. Are you sure this is needed?

> +	--with-apr=$(BUILD_DIR)/apr-$(APR_VERSION) \
> +	--with-apr-util=$(BUILD_DIR)/apr-util-$(APR_UTIL_VERSION)

[snip]

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -


More information about the buildroot mailing list