FreeBSD Bugzilla – Attachment 10377 Details for
Bug 20835
Errno.pm is lost in perl system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.13 KB, created by
mori
on 2000-08-25 08:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mori
Created:
2000-08-25 08:30:01 UTC
Size:
1.13 KB
patch
obsolete
>--- Makefile.old Thu Aug 24 21:36:11 2000 >+++ Makefile Thu Aug 24 21:40:17 2000 >@@ -86,16 +86,17 @@ > > .for I in ${NONXS_EXT} > ext/${I:H}/Makefile: links ext/${I:H}/Makefile.PL cflags lib/Config.pm >- mkdir -p ${.OBJDIR}/lib/auto/${I:H} ;\ > @cd ext/${I:H} ;\ > miniperl -I${.OBJDIR}/lib Makefile.PL ${MAKEMAKER_ARGS} \ >- INST_LIB=${.OBJDIR}/lib/auto/${I:H} \ >- INST_ARCHLIB=${.OBJDIR}/lib/auto/${I:H}; \ >+ INST_LIB=${.OBJDIR}/build/${I:H} \ >+ INST_ARCHLIB=${.OBJDIR}/build/${I:H}; \ > make -B config PERL_SRC=${.OBJDIR} > > lib/auto/${I}: links ${PROG} ext/${I:H}/Makefile > @cd ext/${I:H}; \ >- make -B all LINKTYPE=nonxs PERL_SRC=${.OBJDIR} >+ make -B all PERL_SRC=${.OBJDIR} >+ >+all: lib/auto/${I} > > NONXSS+= lib/auto/${I} > .endfor >@@ -131,6 +132,12 @@ > .for I in ${DYNAMIC_EXT} > @cd ${.OBJDIR}/ext/${I:H} ;\ > make -B install \ >+ INSTALLPRIVLIB=${DESTDIR}/usr/libdata/perl/5.00503 \ >+ INSTALLARCHLIB=${DESTDIR}/usr/libdata/perl/5.00503/mach >+.endfor >+.for I in ${NONXS_EXT} >+ cd ${.OBJDIR}/ext/${I:H} ;\ >+ @make -B install \ > INSTALLPRIVLIB=${DESTDIR}/usr/libdata/perl/5.00503 \ > INSTALLARCHLIB=${DESTDIR}/usr/libdata/perl/5.00503/mach > .endfor
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20835
: 10377