From bad39c9259d10cb30f93bde04c1c09954ec7ea55 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Nov 2009 16:38:01 -0200 Subject: Revert "chicken.inc: fix install and compilation issues" This reverts commit 0da71f8df5d8956f3c76677c12c56367da4287f9. --- recipes/chicken/chicken.inc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'recipes') diff --git a/recipes/chicken/chicken.inc b/recipes/chicken/chicken.inc index 9aebc4f5d5..f0126a9c16 100644 --- a/recipes/chicken/chicken.inc +++ b/recipes/chicken/chicken.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.call-with-current-continuation.org/" SECTION = "interpreters" PRIORITY = "optional" LICENSE = "BSD" -INC_PR = "r2" +INC_PR = "r1" SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz" @@ -13,21 +13,14 @@ PARALLEL_MAKE = "" # Required environment values export PLATFORM="linux" export PREFIX="${prefix}" -export HOSTSYSTEM="${HOST_SYS}" +export LIBRARIAN="${TARGET_PREFIX}" export TARGETSYSTEM="${TARGET_SYS}" -export INSTALL_PROGRAM_SHARED_LIBRARY_OPTIONS="-m 755" -export INSTALL_PROGRAM_STATIC_LIBRARY_OPTIONS="-m 644" -export INSTALL_PROGRAM_EXECUTABLE_OPTIONS="-m 755" -export INSTALL_PROGRAM_FILE_OPTIONS="-m 644" do_compile() { case ${TARGET_ARCH} in i*86) ARCH=x86 ;; - x86_64) - ARCH=x86-64 - ;; *) echo "Check ARCH value for ${TARGET_ARCH}" exit 1 @@ -42,9 +35,6 @@ do_install() { i*86) ARCH=x86 ;; - x86_64) - ARCH=x86-64 - ;; *) echo "Check ARCH value for ${TARGET_ARCH}" exit 1 -- cgit v1.2.3