You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/iotools/files/iotools-1.4-ldflags.patch

14 lines
302 B

http://code.google.com/p/iotools/issues/detail?id=3
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ OBJS=$(OBJS_TO_BUILD)
all: $(BINARY)
$(BINARY): $(OBJS) iotools.o Makefile
- $(CC) $(CFLAGS) -o $@ iotools.o $(OBJS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ iotools.o $(OBJS)
RUSER ?= root
RHOST ?=