Browse Source

Remove some static libraries

master
mid-kid 7 years ago
parent
commit
70b55fb3de
  1. 2
      satellites/libsass.sat
  2. 2
      satellites/libseccomp.sat
  3. 2
      satellites/liferea.sat

2
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:

2
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:

2
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:

Loading…
Cancel
Save