Files
operating-system/buildroot/package/pound/pound.mk
Pascal Vizeli 41d3f59002 Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
2019-06-27 11:58:50 +02:00

25 lines
624 B
Makefile

################################################################################
#
# pound
#
################################################################################
POUND_VERSION = 2.8
POUND_SITE = http://www.apsis.ch/pound
POUND_SOURCE = Pound-$(POUND_VERSION).tgz
POUND_LICENSE = GPL-3.0+
POUND_LICENSE_FILES = GPL.txt
POUND_DEPENDENCIES = openssl host-openssl
# Force owner/group to us, otherwise it will try proxy:proxy by
# default.
POUND_CONF_OPTS = \
--with-owner=$(shell id -un) \
--with-group=$(shell id -gn)
ifeq ($(BR2_PACKAGE_PCRE),y)
POUND_DEPENDENCIES += pcre
endif
$(eval $(autotools-package))