Skip to content

Commit

Permalink
liboping:
Browse files Browse the repository at this point in the history
 * avoid polluting config.cache with invalid ncurses related values: liboping itself doesn't depend on ncurses, it however contains a command line application - noping - which requires ncurses and thus tests for it, as freetz doesn't provide noping binary it doesn't specify the ncurses dependency, this results in failing ncurses related tests, which in turn results in wrong values being cached
 * fixes build problems of various ncurses dependent packages


git-svn-id: file:///var/svn/freetz/trunk@13333 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Aug 7, 2015
1 parent 0a1849d commit 7932dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/libs/liboping/liboping.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $(PKG)_TARGET_BINARY:=$($(PKG)_TARGET_DIR)/$(pkg).so.$($(PKG)_LIB_VERSION)

$(PKG)_REBUILD_SUBOPTS += FREETZ_TARGET_IPV6_SUPPORT

$(PKG)_CONFIGURE_PRE_CMDS += $(call PKG_MAKE_AC_VARIABLES_PACKAGE_SPECIFIC,header_ncurses_h lib_ncurses_mvwprintw)

$(PKG)_CONFIGURE_OPTIONS += --enable-shared
$(PKG)_CONFIGURE_OPTIONS += --enable-static
$(PKG)_CONFIGURE_OPTIONS += --with-perl-bindings=no
Expand Down

0 comments on commit 7932dbf

Please sign in to comment.