diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
commit | 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch) | |
tree | 22f152f92d6c1e9c325583f46278a385ffefd38b /package/cyrus-sasl/Makefile | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
another round of native compile fixes
Diffstat (limited to 'package/cyrus-sasl/Makefile')
-rw-r--r-- | package/cyrus-sasl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile index 291186507..19ad1e27e 100644 --- a/package/cyrus-sasl/Makefile +++ b/package/cyrus-sasl/Makefile @@ -64,7 +64,7 @@ pre-build: CC="${CC_FOR_BUILD}" \ LINK="${CC_FOR_BUILD} -o makemd5 -lc" \ LIBS="" \ - CFLAGS="" \ + CFLAGS="${CFLAGS_FOR_BUILD}" \ LDFLAGS="" \ CPPFLAGS="" \ makemd5 |