I have a linker error, when compiling small vibe.d project with DUB:

dmd -of/tmp/dub/2648184025/mart /tmp/dub/2648184025/temp.o -L-Wl,-z,relro -L-L/usr/lib6464 -L-lssl -L-lcrypto -L-ldl -L-lz -L-levent_pthreads -L-levent -g
/usr/bin/ld: unrecognized option '-Wl,-z,relro'

DUB is built from the sources (the latest master branch)
DMD version:

$ dmd -v
DMD64 D Compiler v2.062

ld version:

$ ld -v
GNU ld version 2.20.51.0.2-5.34.el6 20100205

gcc version:

gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)