blob: c3e4cc52bb53c56060d571b8db23fff1c621961d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/modules/perlapi/Makefile.orig Mon Mar 22 14:29:51 2004
+++ src/modules/perlapi/Makefile Mon Mar 22 14:29:59 2004
@@ -8,7 +8,7 @@
include ../Makefile.module
-CFLAGS+= `perl -MExtUtils::Embed -e ccopts`
+CFLAGS+= `perl -MExtUtils::Embed -e ccopts` -fPIC
XSUBPPDIR= `perl -MConfig -e 'print $$Config{privlib}'`/ExtUtils
XSUBPP= $(XSUBPPDIR)/xsubpp
|