Allow xrdp to be built with --disable-static

This PR allows xrdp to be built with --disable-static, which prevents
'make install' installing additional unwanted .a files.
This commit is contained in:
matt335672 2022-05-10 12:12:14 +01:00
parent df425c23c4
commit 978be50842
3 changed files with 5 additions and 3 deletions

View File

@ -52,12 +52,14 @@ jobs:
DISTCHECK: true
# Maximal debug 64-bit arch builds
# Check we can also do a static build without
# installing .a files
- CC: gcc
feature_set: max
arch: amd64
os: ubuntu-latest
name_extra: and DEBUG
CONF_FLAGS_EXTRA: "--enable-devel-all"
CONF_FLAGS_EXTRA: "--enable-devel-all --disable-static"
# Maximal 32-bit arch builds
- CC: gcc

@ -1 +1 @@
Subproject commit b44f2fac46dc818c441dd540cafb1fdf332ab456
Subproject commit 9a1fffa55e1dbb1fa6e68677afe366a4d55822eb

@ -1 +1 @@
Subproject commit 79619b699107a06fad5b3c50a619cb86ab48109e
Subproject commit c77afab7ce06f362b3e5184da78a4fb2396c498e