diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-22 13:32:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-22 13:32:40 +0000 |
commit | 31c33906f5c4906d65a07808c830f766b07c5c80 (patch) | |
tree | 9443bf31429dae1d5ccff732565e7a319417fe8f /editors/led/files/patch-src-modules-perlapi-Makefile | |
parent | Remove empty last line. (diff) |
Only the shared library needs to be built with -fPIC
Diffstat (limited to 'editors/led/files/patch-src-modules-perlapi-Makefile')
-rw-r--r-- | editors/led/files/patch-src-modules-perlapi-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/led/files/patch-src-modules-perlapi-Makefile b/editors/led/files/patch-src-modules-perlapi-Makefile new file mode 100644 index 000000000000..c3e4cc52bb53 --- /dev/null +++ b/editors/led/files/patch-src-modules-perlapi-Makefile @@ -0,0 +1,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 + |