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/app-text/rman/files/rman-3.2-ldflags.patch

12 lines
339 B

--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ all: rman
# everyone but me zaps assertions with the -DNDEBUG flag
rman: rman.c Makefile
- $(CC) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c
+ $(CC) $(LDFLAGS) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c
debug: