Skip to content

Commit

Permalink
strace:
Browse files Browse the repository at this point in the history
 * try to workaround build problems reported in #2352 & #2288
 * the proper solution would be to find out the package caching incorrect value of ac_cv_header_linux_netlink_h
 * refs #2352, refs #2288


git-svn-id: file:///var/svn/freetz/trunk@11648 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Feb 7, 2014
1 parent 71ecda6 commit 793ff55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/strace/strace.mk
Expand Up @@ -7,6 +7,8 @@ $(PKG)_BINARY:=$($(PKG)_DIR)/strace
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/sbin/strace $(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/sbin/strace
$(PKG)_CATEGORY:=Debug helpers $(PKG)_CATEGORY:=Debug helpers


$(PKG)_CONFIGURE_ENV += ac_cv_header_linux_netlink_h=yes

$(PKG_SOURCE_DOWNLOAD) $(PKG_SOURCE_DOWNLOAD)
$(PKG_UNPACKED) $(PKG_UNPACKED)
$(PKG_CONFIGURED_CONFIGURE) $(PKG_CONFIGURED_CONFIGURE)
Expand Down

0 comments on commit 793ff55

Please sign in to comment.