• 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/ezxml/0001-allow-compiler-override.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
diff -urpN ezxml/GNUmakefile ezxml.patched/GNUmakefile
2
--- ezxml/GNUmakefile   2006-03-25 18:44:04.000000000 +0100
3
+++ ezxml.patched/GNUmakefile   2008-02-24 13:57:37.000000000 +0100
4
@@ -21,10 +21,10 @@
5
 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
 
8
-CC = gcc
9
-AR = ar
10
+CC ?= gcc
11
+AR ?= ar
12
 RM = rm -f
13
-CFLAGS = -Wall -O2
14
+CFLAGS ?= -Wall -O2
15
 DEBUG_CFLAGS = -O0 -g
16
 OBJS = ezxml.o
17
 LIB = libezxml.a
  • 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.