diff options
-rw-r--r-- | build.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.template b/build.template index c9134ec..53cea69 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@' |