diff options
author | David Karlstrom <daka@thg.se> | 2005-08-21 22:01:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-21 22:01:32 +0000 |
commit | 591c5f29edc1a5260b78e02d6968310bdd3a75d8 (patch) | |
tree | 87262392aa4e68bf1665defc94eab0f815246669 /packages | |
parent | b17d0ea38e2275edb6c5b6b36940e406f5661562 (diff) | |
parent | 545530dcaaeef0c96685387bef6ed823b2b515fe (diff) |
merge of 15f935ec31419a7188400fe78993271a4634488e
and 815b2ce98833825b7001c1ea56c8e1d1885de010
Diffstat (limited to 'packages')
-rw-r--r-- | packages/apache/apache_2.0.54.bb | 24 | ||||
-rwxr-xr-x[-rw-r--r--] | packages/apache/files/init | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | packages/initscripts/initscripts-1.0/banner | 0 |
3 files changed, 18 insertions, 6 deletions
diff --git a/packages/apache/apache_2.0.54.bb b/packages/apache/apache_2.0.54.bb index 53b27e9f7b..882b7f2c71 100644 --- a/packages/apache/apache_2.0.54.bb +++ b/packages/apache/apache_2.0.54.bb @@ -1,15 +1,16 @@ MAINTAINER="David Karlstrom <daka@nslu2-linux.org>" SECTION = "net" -DEPENDS = "openssl" +DEPENDS = "openssl expat pcre" -PR = "r1" +PR = "r2" # ------------------------------------------ # NOTE: This package is currently only meant # to be built nativly on the target device # ------------------------------------------ -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz" +SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz \ + " S = "${WORKDIR}/httpd-${PV}" @@ -39,9 +40,20 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ CFLAGS_append = " -DPATH_MAX=4096" CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " -EXTRA_OECONF = "--enable-ssl --with-ssl=${STAGING_LIBDIR}/.. --enable-dav \ - --enable-dav-fs --with-dbm=sdbm --with-berkeley-db=no --localstatedir=${localstatedir}/log/apache \ - --with-gdbm=no --with-ndbm=no --datadir=${datadir}/apache --sysconfdir=${sysconfdir}/apache" +EXTRA_OECONF = "--enable-ssl \ + --with-ssl=${STAGING_LIBDIR}/.. \ + --enable-dav \ + --enable-dav-fs \ + --with-dbm=sdbm \ + --with-berkeley-db=no \ + --localstatedir=${localstatedir}/log/apache \ + --with-gdbm=no \ + --with-ndbm=no \ + --datadir=${datadir}/apache \ + --sysconfdir=${sysconfdir}/apache \ + " + +export LD_LIBRARY_PATH=${STAGING_LIBDIR} do_configure () { # Looks like rebuilding configure doesn't work, so we are skipping diff --git a/packages/apache/files/init b/packages/apache/files/init index 46dae0395f..46dae0395f 100644..100755 --- a/packages/apache/files/init +++ b/packages/apache/files/init diff --git a/packages/initscripts/initscripts-1.0/banner b/packages/initscripts/initscripts-1.0/banner index 21a01d2846..21a01d2846 100755..100644 --- a/packages/initscripts/initscripts-1.0/banner +++ b/packages/initscripts/initscripts-1.0/banner |