From: Andy Boyett Date: Thu, 3 Apr 2008 23:11:41 +0000 (+0000) Subject: packages: Fix pps-tools build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f1b5d109244f613c037d7194d83c8a10c4769142 packages: Fix pps-tools build SVN-Revision: 10730 --- 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