aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nail
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nail')
-rw-r--r--recipes/nail/files/makeconfig.FILES.patch22
-rw-r--r--recipes/nail/nail_11.21.bb5
2 files changed, 25 insertions, 2 deletions
diff --git a/recipes/nail/files/makeconfig.FILES.patch b/recipes/nail/files/makeconfig.FILES.patch
new file mode 100644
index 0000000000..cddd14f5fe
--- /dev/null
+++ b/recipes/nail/files/makeconfig.FILES.patch
@@ -0,0 +1,22 @@
+--- nail-11.21/makeconfig.orig 2010-10-19 12:16:14.000000000 +1030
++++ nail-11.21/makeconfig 2010-10-19 12:16:39.000000000 +1030
+@@ -74,7 +74,7 @@
+ echo '************************************************************'
+ msg "checking $topic ... "
+ echo "/* checked $topic */" >>$out
+- cp $lib $tmp2
++# cp $lib $tmp2
+ rm -f $tmp $tmp.o
+ echo '*** test program is'
+ tee $tmp.c
+@@ -86,8 +86,8 @@
+ then
+ msg "okay\\n"
+ echo "$define" >>$out
+- echo "$libs" >$lib
+- cat $tmp2 >>$lib
++ echo "$libs" >>$lib
++# cat $tmp2 >>$lib
+ return 0
+ else
+ msg "no\\n"
diff --git a/recipes/nail/nail_11.21.bb b/recipes/nail/nail_11.21.bb
index 26eece030a..29456c2a41 100644
--- a/recipes/nail/nail_11.21.bb
+++ b/recipes/nail/nail_11.21.bb
@@ -2,11 +2,12 @@ DESCRIPTION = "Enhanced mailx client."
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "openssl"
-PR = "r2"
+PR = "r3"
LICENSE = "GPL"
SRC_URI = "http://optusnet.dl.sourceforge.net/sourceforge/nail/nail-11.21.tar.bz2 \
- file://nail.spec.diff"
+ file://nail.spec.diff \
+ file://makeconfig.FILES.patch"
S = "${WORKDIR}/nail-11.21/"