diff --git a/build.template b/build.template index c9134ecc..53cea69f 100644 --- a/build.template +++ b/build.template @@ -23,7 +23,8 @@ srcdir='@srcdir@' CC='@CC@' -CFLAGS="${CFLAGS--g}" +CFLAGS='@CFLAGS@' +LDFLAGS='@LDFLAGS@' defines='@DEFS@ -DLIBDIR="${libdir}" -DINCLUDEDIR="${includedir}"' ALLOCA='@ALLOCA@' LOADLIBES='@LIBS@'