mirror of https://github.com/neutrinolabs/xrdp
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:
parent
df425c23c4
commit
978be50842
|
@ -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
|
Loading…
Reference in New Issue