diff --git a/satellites/giblib.sat b/satellites/giblib.sat index e1f7abc..235e9c4 100644 --- a/satellites/giblib.sat +++ b/satellites/giblib.sat @@ -20,6 +20,6 @@ for x in $(cat ../debian/patches/series); do done autoreconf -i -compile_configure +compile_configure -- --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh et: diff --git a/satellites/imlib2.sat b/satellites/imlib2.sat index 9bb670a..f05e4d8 100644 --- a/satellites/imlib2.sat +++ b/satellites/imlib2.sat @@ -9,6 +9,6 @@ dlextract "https://sourceforge.net/projects/enlightenment/files/$name-src/$versi header_end cd "$name-$version" -compile_configure +compile_configure -- --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh et: