Description: Add hardening flags to compiler options
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2013-03-06

--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@
 # Flags passed to C compiler
 
 CFLAGS=@CFLAGS@ @OPENMP_CFLAGS@
-LDFLAGS=-rpath $(LIBDIR) -version-info 8:0:0
+LDFLAGS=@LDFLAGS@ -rpath $(LIBDIR) -version-info 8:0:0
 
 # Dependencies
 
