FreeBSD Bugzilla – Attachment 157888 Details for
Bug 200976
usr.sbin/fstype broken with WITHOUT_ZFS after r284589
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to check against MK_ZFS instead of MK_CDDL
fstyp.patch (text/plain), 691 bytes, created by
Dan McGregor
on 2015-06-19 17:40:09 UTC
(
hide
)
Description:
Patch to check against MK_ZFS instead of MK_CDDL
Filename:
MIME Type:
Creator:
Dan McGregor
Created:
2015-06-19 17:40:09 UTC
Size:
691 bytes
patch
obsolete
>Index: usr.sbin/fstyp/Makefile >=================================================================== >--- usr.sbin/fstyp/Makefile (révision 284598) >+++ usr.sbin/fstyp/Makefile (copie de travail) >@@ -5,7 +5,7 @@ > PROG= fstyp > SRCS= cd9660.c ext2fs.c fstyp.c geli.c msdosfs.c ntfs.c ufs.c > >-.if ${MK_CDDL} != "no" >+.if ${MK_ZFS} != "no" > SRCS += zfs.c > .endif > >@@ -13,7 +13,7 @@ > > WARNS= 6 > >-.if ${MK_CDDL} != "no" >+.if ${MK_ZFS} != "no" > IGNORE_PRAGMA= YES > > CFLAGS+= -DNEED_SOLARIS_BOOLEAN -DHAVE_CDDL >@@ -33,7 +33,7 @@ > DPADD= ${LIBGEOM} ${LIBMD} > LDADD= -lgeom -lmd > >-.if ${MK_CDDL} != "no" >+.if ${MK_ZFS} != "no" > DPADD += ${LIBNVPAIR} ${LIBZFS} > LDADD += -lnvpair -lzfs > .endif
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 200976
: 157888