Commit 36f300b5 by devttys0

Updated build to only build libmagic library and not the full file utility

parent 4b259984
...@@ -6,8 +6,8 @@ SSDEEP_VERSION="2.10" ...@@ -6,8 +6,8 @@ SSDEEP_VERSION="2.10"
all: ssdeep_src_configure ssdeep_make_prep file_src_configure file_make_prep all: ssdeep_src_configure ssdeep_make_prep file_src_configure file_make_prep
make -C miniz make -C miniz
make -C compress make -C compress
make -C ssdeep-$(SSDEEP_VERSION) make -C ssdeep-$(SSDEEP_VERSION) libfuzzybinwalk.la
make -C file-$(FILE_VERSION) make -C file-$(FILE_VERSION)/src libmagicbinwalk.la
install: install:
make -C miniz install make -C miniz install
......
...@@ -289,11 +289,6 @@ ...@@ -289,11 +289,6 @@
# endif # endif
#endif #endif
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */ /* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS #undef _FILE_OFFSET_BITS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment