Enable (experimental) IPv6 support (bug #2028630).
This commit is contained in:
parent
2cb0e78b53
commit
15783a6b1d
@ -13,7 +13,7 @@ Summary: Open source remote desktop protocol (RDP) server
|
||||
Name: xrdp
|
||||
Epoch: 1
|
||||
Version: 0.9.17
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: ASL 2.0 and GPLv2+ and MIT
|
||||
URL: http://www.xrdp.org/
|
||||
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
|
||||
@ -107,7 +107,7 @@ echo '#!/bin/bash -l
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations" \
|
||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock \
|
||||
--with-socketdir=%{_rundir}/%{name}
|
||||
--enable-ipv6 --with-socketdir=%{_rundir}/%{name}
|
||||
%make_build
|
||||
|
||||
# SELinux policy module
|
||||
@ -282,6 +282,9 @@ fi
|
||||
%{_datadir}/selinux/*/%{name}.pp
|
||||
|
||||
%changelog
|
||||
* Thu Dec 9 2021 Bojan Smojver <bojan@rexurive.com> - 1:0.9.17-5
|
||||
- Enable (experimental) IPv6 support (bug #2028630)
|
||||
|
||||
* Thu Nov 11 2021 Bojan Smojver <bojan@rexurive.com> - 1:0.9.17-4
|
||||
- Add -Wno-error=deprecated-declarations to CFLAGS to avoid build errors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user