• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libspatialindex/libspatialindex.mk
Thomas PetazzoniThomas Petazzoni committed c5299a7dd0214 Aug 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libspatialindex
4
#
5
################################################################################
6
​
7
LIBSPATIALINDEX_VERSION = 1.8.5
8
LIBSPATIALINDEX_SITE = http://download.osgeo.org/libspatialindex
9
LIBSPATIALINDEX_SOURCE = spatialindex-src-$(LIBSPATIALINDEX_VERSION).tar.bz2
10
LIBSPATIALINDEX_INSTALL_STAGING = YES
11
LIBSPATIALINDEX_LICENSE = MIT
12
LIBSPATIALINDEX_LICENSE_FILES = COPYING
13
​
14
# 0001-configure.ac-do-not-force-O2.patch
15
LIBSPATIALINDEX_AUTORECONF = YES
16
​
17
LIBSPATIALINDEX_CXXFLAGS = $(TARGET_CXXFLAGS)
18
LIBSPATIALINDEX_CONF_ENV = CXXFLAGS="$(LIBSPATIALINDEX_CXXFLAGS)"
19
​
20
# Workaround gcc ICE
21
# (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68485)
22
ifeq ($(BR2_microblaze),y)
23
LIBSPATIALINDEX_CXXFLAGS += -O0
24
endif
25
​
26
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.