diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
commit | 7a69d9fbf43f30ff2906614f0582814714f8e5e4 (patch) | |
tree | a65f3bda7d713032df4802d7ee6db8c83929c58d /packages/pwlib/pwlib_1.6.6.4.bb | |
parent | 279f77d8047f7cd039dad30ee834e45cd1e26024 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/pwlib/pwlib_1.6.6.4.bb')
-rw-r--r-- | packages/pwlib/pwlib_1.6.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pwlib/pwlib_1.6.6.4.bb b/packages/pwlib/pwlib_1.6.6.4.bb index aa81aa24c5..efb88b35ee 100644 --- a/packages/pwlib/pwlib_1.6.6.4.bb +++ b/packages/pwlib/pwlib_1.6.6.4.bb @@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}" # Use openSSL -export OPENSSLFLAG=1 +export OPENSSLFLAG="1" export OPENSSLDIR="${STAGING_LIBDIR}" export OPENSSLLIBS="-lssl -lcrypt" export MACHTYPE="x86" |