0d80aee73d
Upstream now provides a new autoconf-based build system, therefore our patches for Makefile are not needed anymore. We adapt the gettext patch to make sure that the configure script doesn't check for libintl.h, and we add an additional patch to fix the libm check. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: rework patches.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
601 B
Makefile
17 lines
601 B
Makefile
################################################################################
|
|
#
|
|
# iprutils
|
|
#
|
|
################################################################################
|
|
|
|
IPRUTILS_VERSION_MAJOR = 2.4.10
|
|
IPRUTILS_VERSION = $(IPRUTILS_VERSION_MAJOR).1
|
|
IPRUTILS_SITE = http://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/$(IPRUTILS_VERSION_MAJOR)
|
|
IPRUTILS_DEPENDENCIES = ncurses libsysfs pciutils
|
|
IPRUTILS_LICENSE = Common Public License Version 1.0
|
|
IPRUTILS_LICENSE_FILES = LICENSE
|
|
# Patches touching configure.ac
|
|
IPRUTILS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|