summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/libsdl/libsdl.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc
index 89a00a9..ed5b0b5 100644
--- a/packages/libsdl/libsdl.inc
+++ b/packages/libsdl/libsdl.inc
@@ -33,8 +33,3 @@ do_configure_append () {
cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp
mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool
}
-
-do_stage() {
- autotools_stage_all
- rm ${STAGING_LIBDIR}/libSDL.la
-}