summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-31 19:13:51 (GMT)
committerAlexey Neyman <stilor@att.net>2017-09-03 19:12:14 (GMT)
commit1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b (patch)
treec29bd1a8c1f569b93b01f43f3607a5b30a828e75 /maintainer
parente83a2e233326f183766b78e579332880339cb5e7 (diff)
Workaround for static uClibc-ng issue with -lpthread
Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/test-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/maintainer/test-packages.sh b/maintainer/test-packages.sh
index 26caaf8..d6b84be 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}