Merge pull request #2257 from matt335672/allow_static_only

Allow xrdp to be built with --disable-static
This commit is contained in:
matt335672 2022-05-11 09:57:44 +01:00 committed by GitHub
commit 6686cbf946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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