This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Load to CPAN version 0.32
[perl5.git] / hints / amigaos.sh
index 52ba0bd..595b2a3 100644 (file)
@@ -7,6 +7,7 @@ archname='m68k-amigaos'
 cc='gcc'
 firstmakefile='GNUmakefile'
 usenm='true'
+d_fork='undef' # available but ENOSYS
 
 usemymalloc='n'
 useperlio='true'
@@ -21,7 +22,7 @@ xlibpth="$libpth"
 
 # This should remove unwanted libraries instead of limiting the set
 # to just these few.  E.g. what about Berkeley DB?
-libswanted='gdbm m dld'
+libswanted='gdbm m'
 so=' '
 libs='-lm'