summaryrefslogtreecommitdiffstats
path: root/rules/host-protobuf.make
blob: 862aa4c7a03337056af64e0d659138863b4384ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*-makefile-*-
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_PROTOBUF) += host-protobuf

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_PROTOBUF_CONF_TOOL	:= autoconf
HOST_PROTOBUF_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-64bit-solaris \
	--disable-static \
	--without-zlib

# vim: syntax=make