[Slackbuilds-users] leafnode 2 and Slackware 13.1

andrew andrew.david.52 at gmail.com
Wed May 26 21:54:15 UTC 2010


Hi,

I had a look at the slackbuilds.org git repository and I noticed that
the script for leafnode 2 has been dropped from 13.1 because it fails
to compile. I have managed to get it running quite nicely with a small
patch + adjust the stripping options as for many of the 13.1 scripts.

I attach the patch to this email in case someone can adjust the script
before the 13.1 slackbuilds become publicly available, or if it is a
little too hectic I can resubmit the whole thing when submissions
become available again.

Thanks for your trouble,

Andrew
-- 
Do you think that's air you're breathing?
-------------- next part --------------
--- system.h	        2008-12-29 22:24:30.000000000 +1100
+++ system.h_patched	2010-05-26 19:39:22.376358080 +1000
@@ -20,9 +20,6 @@
 #include <inttypes.h>
 #elif HAVE_STDINT_H
 #include <stdint.h>
-#elif sizeof(unsigned long) == 4 && sizeof(unsigned char) == 1
-typedef unsigned long uint32_t;
-typedef unsigned char uint8_t;
 #else
 #error "I cannot figure how to define uint32_t and uint8_t."
 #endif


More information about the SlackBuilds-users mailing list