diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-02-24 20:18:00 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-02-24 20:18:00 +0000 |
commit | f1f84ce3af1a80a30f4b89686310c70f584e7c19 (patch) | |
tree | 458b5774424eb3845a42dd6ed5513b8708b9357b /package/ezxml/ezxml-0.8.6-allow-compiler-override.patch | |
parent | 7cf2be4402003728f5a337580ffd656a5ea33691 (diff) | |
download | buildroot-novena-f1f84ce3af1a80a30f4b89686310c70f584e7c19.tar.gz buildroot-novena-f1f84ce3af1a80a30f4b89686310c70f584e7c19.zip |
ezxml package
Diffstat (limited to 'package/ezxml/ezxml-0.8.6-allow-compiler-override.patch')
-rw-r--r-- | package/ezxml/ezxml-0.8.6-allow-compiler-override.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch b/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch new file mode 100644 index 000000000..827872b71 --- /dev/null +++ b/package/ezxml/ezxml-0.8.6-allow-compiler-override.patch @@ -0,0 +1,17 @@ +diff -urpN ezxml/GNUmakefile ezxml.patched/GNUmakefile +--- ezxml/GNUmakefile 2006-03-25 18:44:04.000000000 +0100 ++++ ezxml.patched/GNUmakefile 2008-02-24 13:57:37.000000000 +0100 +@@ -21,10 +21,10 @@ + # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-CC = gcc +-AR = ar ++CC ?= gcc ++AR ?= ar + RM = rm -f +-CFLAGS = -Wall -O2 ++CFLAGS ?= -Wall -O2 + DEBUG_CFLAGS = -O0 -g + OBJS = ezxml.o + LIB = libezxml.a |