tags 667365 + patch
thanks

Howdy, maintainer,

Please find a patch attached :)

Also note that your upstream's Makefile ignores the exported CC / CXX
env-vars, and is hard-coded to use gcc, which may cause issues for a
secondary clang build-network in the future.

Nothing you have to address, just a note.

Thanks! :)
 -- Paul
--- a/Makefile  2012-04-17 22:19:41.679923352 -0400
+++ b/Makefile  2012-04-17 22:19:43.987923226 -0400
@@ -3,7 +3,7 @@ CC = gcc
 CFLAGS = -Wall -O2
 OBJECTS = s51dude.o ihex.o usbtiny.o parse_params.o parts.o
 INCLUDES = ihex.h parts.h s51dude.h usbtiny.h
-LDFLAGS = -lusb -Wl
+LDFLAGS = -lusb
 
 # prefix for installing the binaries
 DESTDIR=

Attachment: signature.asc
Description: Digital signature

Reply via email to