From 70b55fb3deffc95bf2b1f3d437d2bbc82c20afbb Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 15 Oct 2017 00:22:54 +0200 Subject: [PATCH] Remove some static libraries --- satellites/libsass.sat | 2 +- satellites/libseccomp.sat | 2 +- satellites/liferea.sat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/satellites/libsass.sat b/satellites/libsass.sat index e9f2705..d08ddce 100644 --- a/satellites/libsass.sat +++ b/satellites/libsass.sat @@ -11,6 +11,6 @@ _ cd "$name-$version" autoreconf -fi -compile_configure +compile_configure -- --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/libseccomp.sat b/satellites/libseccomp.sat index f7a59c2..8e88f3a 100644 --- a/satellites/libseccomp.sat +++ b/satellites/libseccomp.sat @@ -9,6 +9,6 @@ dlextract "https://github.com/seccomp/$name/releases/download/v$version/$name-$v _ cd "$name-$version" -compile_configure +compile_configure -- --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/liferea.sat b/satellites/liferea.sat index 4463fc6..c39940e 100644 --- a/satellites/liferea.sat +++ b/satellites/liferea.sat @@ -14,6 +14,6 @@ _ cd "$name-$version" option patch patch -p0 -i "../$name-$version-dont-hide-window.patch" -compile_configure -- --disable-schemas-compile +compile_configure -- --disable-schemas-compile --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: