From f1b5d109244f613c037d7194d83c8a10c4769142 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Thu, 3 Apr 2008 23:11:41 +0000 Subject: [PATCH] packages: Fix pps-tools build SVN-Revision: 10730 --- utils/pps-tools/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/pps-tools/Makefile b/utils/pps-tools/Makefile index 3176776963..d152363b3e 100644 --- a/utils/pps-tools/Makefile +++ b/utils/pps-tools/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -30,14 +30,15 @@ define Package/pps-tools/description endef define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_BUILD_DIR)/timepps.h $(1)/usr/include/ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1 -I ." \ - BINDIR="/usr/sbin" MANDIR="/usr/man" + CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1 -I$(LINUX_DIR)/include -I ." \ + BINDIR="/usr/sbin" MANDIR="/usr/man" endef define Package/pps-tools/install -- 2.30.2