diff options
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 |