diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 14:45:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 14:45:02 +0000 |
commit | a824c8ced03c996dd0e646876648a1f8740e2024 (patch) | |
tree | 881ab3704dee15a8094da6692ac4b9640ee7b248 /packages/apache | |
parent | 4e783b87509f89e1d024450de05acacbfeed4dda (diff) |
many packages: fix parse errors
Diffstat (limited to 'packages/apache')
-rw-r--r-- | packages/apache/apache_2.0.54.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apache/apache_2.0.54.bb b/packages/apache/apache_2.0.54.bb index ff0f23e010..e988a97a24 100644 --- a/packages/apache/apache_2.0.54.bb +++ b/packages/apache/apache_2.0.54.bb @@ -52,7 +52,7 @@ EXTRA_OECONF = "--enable-ssl \ --sysconfdir=${sysconfdir}/apache \ " -export LD_LIBRARY_PATH=${STAGING_LIBDIR} +export LD_LIBRARY_PATH = "${STAGING_LIBDIR}" do_configure () { # Looks like rebuilding configure doesn't work, so we are skipping |