summaryrefslogtreecommitdiff
path: root/package/mini_httpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /package/mini_httpd
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/mini_httpd')
-rw-r--r--package/mini_httpd/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/package/mini_httpd/Makefile b/package/mini_httpd/Makefile
index 0c2ccc13b..9cb08d804 100644
--- a/package/mini_httpd/Makefile
+++ b/package/mini_httpd/Makefile
@@ -37,15 +37,14 @@ do-build:
SSL_INC="-I${STAGING_DIR}/usr/include" \
SSL_LIBS="-L${STAGING_DIR}/usr/lib -lssl -lcrypto" \
all
- (cd ${WRKBUILD}; mv mini_httpd mini_httpd-openssl; )
do-install:
- ${INSTALL_DIR} ${IDIR_MINI_HTTPD_OPENSSL}/etc
+ ${INSTALL_DIR} ${IDIR_MINI_HTTPD}/etc
${INSTALL_DATA} ./files/mini_httpd-ssl.conf \
- ${IDIR_MINI_HTTPD_OPENSSL}/etc/mini_httpd.conf
- install -m0600 ./files/mini_httpd.pem ${IDIR_MINI_HTTPD_OPENSSL}/etc/
- ${INSTALL_DIR} ${IDIR_MINI_HTTPD_OPENSSL}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/mini_httpd-openssl \
- ${IDIR_MINI_HTTPD_OPENSSL}/usr/sbin/mini_httpd
+ ${IDIR_MINI_HTTPD}/etc/mini_httpd.conf
+ install -m0600 ./files/mini_httpd.pem ${IDIR_MINI_HTTPD}/etc/
+ ${INSTALL_DIR} ${IDIR_MINI_HTTPD}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/mini_httpd \
+ ${IDIR_MINI_HTTPD}/usr/sbin/mini_httpd
include ${TOPDIR}/mk/pkg-bottom.mk