diff options
author | Pierre Bourdon <delroth@gmail.com> | 2024-05-12 19:49:29 +0200 |
---|---|---|
committer | Pierre Bourdon <delroth@gmail.com> | 2024-05-12 23:04:21 +0200 |
commit | e9ca5c92d2b3fdda27ff194869268562c237b043 (patch) | |
tree | 657741f4dcb8179cdf0036f4f9d94f58420b8b84 /tests/functional/common | |
parent | 4b35e6a75e35e0f79bdadfd5e0d44bc870dcc135 (diff) |
tests: don't build test plugin shared libs on static builds
This changes the way plugins.sh is excluded to remove the need for
BUILD_SHARED_LIBS along the way.
Change-Id: I19fe55b4a37c49a11fffa61c8a3be7e8d1a51b4d
Diffstat (limited to 'tests/functional/common')
-rw-r--r-- | tests/functional/common/vars-and-functions.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/common/vars-and-functions.sh.in b/tests/functional/common/vars-and-functions.sh.in index 3d2e44024..3b343b720 100644 --- a/tests/functional/common/vars-and-functions.sh.in +++ b/tests/functional/common/vars-and-functions.sh.in @@ -54,8 +54,6 @@ export busybox="@sandbox_shell@" export version=@PACKAGE_VERSION@ export system=@system@ -export BUILD_SHARED_LIBS=@BUILD_SHARED_LIBS@ - export IMPURE_VAR1=foo export IMPURE_VAR2=bar |