Blame view

buildroot/buildroot-2016.08.1/package/smcroute/smcroute.mk 612 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  ################################################################################
  #
  # smcroute
  #
  ################################################################################
  
  SMCROUTE_VERSION = 2.0.0
  SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
  SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
  SMCROUTE_LICENSE = GPLv2+
  SMCROUTE_LICENSE_FILES = COPYING
  
  SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
  #BUG:The package Makefile uses CC?= even though the package is autotools based
  SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
  
  $(eval $(autotools-package))