• 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/axfsutils/0001-fix-cflags.patch
Yann E. MORINYann E. MORIN committed cb8b5c27b2e13 Nov 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Makefile: complement CFLAGS provided by the user
2
​
3
In some circumstances, the user may want to pass its own CFLAGS,
4
like for when the zlib headers are not located in the standard gcc
5
search paths.
6
​
7
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
8
​
9
diff -durN a/mkfs.axfs-legacy/Makefile b/mkfs.axfs-legacy/Makefile
10
--- a/mkfs.axfs-legacy/Makefile
11
+++ b/mkfs.axfs-legacy/Makefile
12
@@ -1,5 +1,5 @@
13
-INC = -I./
14
-CFLAGS = -g $(INC) -O0
15
+INC += -I./
16
+CFLAGS += -g $(INC) -O0
17
 
18
 MKFSOBJS = mkfs.axfs.o
19
 
  • 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.