mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Fixes: https://autobuild.buildroot.net/results/679/679fe86eea2001aed2baf066abf3ae43b38567b5/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
20 lines
540 B
Makefile
20 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# siproxd
|
|
#
|
|
################################################################################
|
|
|
|
SIPROXD_VERSION = 0.8.3
|
|
SIPROXD_SITE = https://downloads.sourceforge.net/project/siproxd/siproxd/$(SIPROXD_VERSION)
|
|
|
|
SIPROXD_LICENSE = GPL-2.0+
|
|
SIPROXD_LICENSE_FILES = COPYING
|
|
|
|
SIPROXD_DEPENDENCIES = libosip2 libtool sqlite
|
|
|
|
# 0001-Fix-compilation-on-gcc-14.patch
|
|
SIPROXD_AUTORECONF = YES
|
|
SIPROXD_CONF_OPTS = --without-included-ltdl
|
|
|
|
$(eval $(autotools-package))
|