0ac4bbe8b2
Provides a simple interface to shared memory, allowing data to be efficiently communicated between processes.
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
|
|
--- Makefile.PL.orig Sun Sep 22 22:18:50 2002
|
|
+++ Makefile.PL Sun Sep 22 22:18:57 2002
|
|
@@ -1,6 +1,6 @@
|
|
use ExtUtils::MakeMaker;
|
|
|
|
-system('./Configure');
|
|
+system('./Configure -d');
|
|
|
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|
# the contents of the Makefile that is written.
|