Package: flashcache / 3.1.2+git20140801-1

Metadata

Package Version Patches format
flashcache 3.1.2+git20140801-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
usable makefile.patch | (download)

flashcache-wt/src/Makefile | 3 0 + 3 - 0 !
src/Makefile | 6 3 + 3 - 0 !
2 files changed, 3 insertions(+), 6 deletions(-)

 clean the makefile from utils, not needed for the dkms module
honor cflags and ldflags.patch | (download)

src/utils/Makefile | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 honor build flags in makefile
 The Makefile ignores CFLAGS/LDFLAGS the user may inject through dpkg-buildflags
 or any other method. To fix this, the patch below makes sure those flags are
 being injected into the build process when needed.
 .
 src/utils/Makefile: Add flags where needed