From 1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 31 Aug 2017 12:13:51 -0700 Subject: Workaround for static uClibc-ng issue with -lpthread Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman --- maintainer/test-packages.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maintainer') diff --git a/maintainer/test-packages.sh b/maintainer/test-packages.sh index 26caaf8e..d6b84be0 100755 --- a/maintainer/test-packages.sh +++ b/maintainer/test-packages.sh @@ -189,6 +189,8 @@ EOF CT_EndStep } +mv .config .config-saved . maintainer/package-versions +mv .config-saved .config rm -rf ${CT_TARBALLS_DIR} ${CT_COMMON_SRC_DIR} -- cgit v1.2.3