ntripserver: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39820 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e7f8a28ae
commit
9f3a515d86
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntripserver
|
||||
PKG_VERSION:=1.5.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME).zip
|
||||
PKG_SOURCE_URL:=http://igs.bkg.bund.de/root_ftp/NTRIP/software/
|
||||
@ -31,6 +31,9 @@ define Package/ntripserver/description
|
||||
Ntrip Version 2.0 Command Line Server, reading from SISNeT Server, TCP/UDP IP Port, Serial port, or NtripCaster to support an Ntrip Version 1.0 or 2.0 Caster
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
OPTS="$(TARGET_CFLAGS)"
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
unzip $(DL_DIR)/$(PKG_SOURCE) -d $(PKG_BUILD_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user