This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Metaconfig unit change for #12650.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 25 Oct 2001 16:35:51 +0000 (16:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 25 Oct 2001 16:35:51 +0000 (16:35 +0000)
p4raw-id: //depot/metaconfig@12651

U/perl/Extensions.U

index 100e866..c2ebc99 100644 (file)
@@ -95,6 +95,10 @@ cd $rsrc/ext
 set X
 shift
 eval $find_extensions
+# Special case:  Add in threads/shared since it is not picked up by the
+# recursive find above (and adding in general recursive finding breaks
+# SDBM_File/sdbm).  A.D.  10/25/2001.
+known_extensions="$known_extensions threads/shared"
 set X $nonxs_extensions
 shift
 nonxs_extensions="$*"