FreeBSD Bugzilla – Attachment 90459 Details for
Bug 127641
Fixes to devel/ptmalloc devel/ptmalloc2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.09 KB, created by
Pedro F. Giffuni
on 2008-09-25 22:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2008-09-25 22:30:01 UTC
Size:
1.09 KB
patch
obsolete
>diff -ruN ptmalloc.orig/Makefile ptmalloc/Makefile >--- ptmalloc.orig/Makefile 2008-09-25 11:03:51.000000000 -0500 >+++ ptmalloc/Makefile 2008-09-25 13:47:27.000000000 -0500 >@@ -32,7 +32,7 @@ > ${INSTALL_DATA} ${WRKSRC}/malloc-2.8.3.h ${PREFIX}/${INCDIR}/malloc.h > ${INSTALL_DATA} ${WRKSRC}/libptmalloc3.a ${PREFIX}/lib/libptmalloc.a > ${INSTALL_DATA} ${WRKSRC}/ptmalloc3.so ${PREFIX}/lib/libptmalloc.so.3 >- ${LN} -s ${PREFIX}/lib/ptmalloc.so.3 ${PREFIX}/lib/libptmalloc.so >+ ${LN} -s ${PREFIX}/lib/libptmalloc.so.3 ${PREFIX}/lib/libptmalloc.so > > regression-test: build > @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check >diff -ruN ptmalloc.orig/files/patch-Makefile ptmalloc/files/patch-Makefile >--- ptmalloc.orig/files/patch-Makefile 2008-09-25 11:03:51.000000000 -0500 >+++ ptmalloc/files/patch-Makefile 2008-09-25 13:49:04.000000000 -0500 >@@ -44,7 +44,7 @@ > $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) $(MALLOC_OBJ) -o $@ > > +ptmalloc3.so: ptmalloc3.c malloc-2.8.3.h >-+ $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) ptmalloc3.c -o $@ >++ $(CC) $(SH_FLAGS) $(CFLAGS) $(M_FLAGS) malloc.c -o $@ > + > again: > $(RM) $(TESTS)
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 127641
: 90459 |
90460