packages: add md5deep, a program to compute, match, and audit hashsets (closes: #9100)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
20
utils/md5deep/patches/101-cross_compile.patch
Normal file
20
utils/md5deep/patches/101-cross_compile.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -19,17 +19,6 @@ AC_PROG_INSTALL
|
||||
AC_CONFIG_FILES([Makefile hashdeep/Makefile md5deep/Makefile])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
-# Bring additional directories where things might be found into our
|
||||
-# search path. I don't know why autoconf doesn't do this by default
|
||||
-for spfx in /usr/local /opt/local /sw ; do
|
||||
- echo checking ${spfx}/include
|
||||
- if test -d ${spfx}/include; then
|
||||
- CFLAGS="-I${spfx}/include $CFLAGS"
|
||||
- CPPFLAGS="-I${spfx}/include $CPPFLAGS"
|
||||
- LDFLAGS="-L${spfx}/lib $LDFLAGS"
|
||||
- fi
|
||||
-done
|
||||
-
|
||||
# Checks for header files.
|
||||
AC_HEADER_DIRENT
|
||||
AC_HEADER_STDC
|
Reference in New Issue
Block a user