From 0b9b2b3f6e5b7d66224a23a45000afa8173a925f Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Thu, 12 Apr 2012 13:36:18 +0800 Subject: [PATCH] nanonote files: we still need this gforth workaround --- nanonote-files/files/etc/uci-defaults/02-gforth-workaround | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nanonote-files/files/etc/uci-defaults/02-gforth-workaround diff --git a/nanonote-files/files/etc/uci-defaults/02-gforth-workaround b/nanonote-files/files/etc/uci-defaults/02-gforth-workaround new file mode 100644 index 0000000..f016ed8 --- /dev/null +++ b/nanonote-files/files/etc/uci-defaults/02-gforth-workaround @@ -0,0 +1,3 @@ +#!/bin/sh + +(cd /usr/lib; ln -s libffi.so.5.0.10 libffi.so.4)