From f0594e9525c28e8ae17471b76bee12e54a6bd0ab Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 28 Dec 2014 00:33:21 -0500 Subject: [PATCH] Update xvidcore for new ipkg() -d option --- stage3/hv-install-1 | 2 +- stage3/pkg/xvidcore | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index d73042a..591c673 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -222,7 +222,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg -m acnb ${LIBFAAC} ipkg -m acnb ${LIBFAAD2} ipkg ${LIBTHEORA} - ipkg ${XVIDCORE} + ipkg -m acnb -d "build/generic" ${XVIDCORE} ipkg ${LIBX264} "--enable-shared" diff --git a/stage3/pkg/xvidcore b/stage3/pkg/xvidcore index 9c54a40..fc5d46a 100644 --- a/stage3/pkg/xvidcore +++ b/stage3/pkg/xvidcore @@ -1,12 +1,5 @@ #!/bin/bash -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE}/build/generic - ./configure \ - --prefix=/usr -} - hvbuild_post() { chmod -v 755 /usr/lib/libxvidcore.so.4.3 -- 2.20.1