]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build the geom_uncompress(4) module by default.
authorloos <loos@FreeBSD.org>
Fri, 10 Jan 2014 20:29:46 +0000 (20:29 +0000)
committerloos <loos@FreeBSD.org>
Fri, 10 Jan 2014 20:29:46 +0000 (20:29 +0000)
commit74ff5d934c39a9e9e6da5c35df4ab3c3579704ab
treeac67a0d213c659d5a960fd08a7f1440835364ba8
parentb5ad8621c1fb34db35dc6a010811422f5e473be7
Build the geom_uncompress(4) module by default.

Fix geom_uncompress(4) module loading.  Don't link zlib.c (which is a module
itself) directly.

The built module was verified and used to read a few mkulzma(8) images on
amd64 to validate some of the informations on the manual page.

While here, don't overwrite CFLAGS.

Reviewed by: ray
Approved by: adrian (mentor)
sys/geom/uncompress/g_uncompress.c
sys/modules/geom/Makefile
sys/modules/geom/geom_uncompress/Makefile