diff options
Diffstat (limited to 'package/cyrus-sasl')
-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 b5640cb66..a7ce3a9c8 100644 --- a/package/cyrus-sasl/Makefile +++ b/package/cyrus-sasl/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-sample \ --without-authdaemond \ --without-pwcheck \ --with-ipctype=unix \ - --with-openssl="${STAGING_DIR}/usr" \ + --with-openssl="${STAGING_TARGET_DIR}/usr" \ --without-des \ --without-opie \ --without-ldap \ |