hiawatha: simplify conf_files.
This commit is contained in:
parent
d263823f9b
commit
0b9912133d
|
@ -18,12 +18,7 @@ configure_args="
|
|||
-DWORK_DIR=/var/lib/hiawatha
|
||||
-DUSE_SYSTEM_MBEDTLS=ON
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||
conf_files="
|
||||
/etc/hiawatha/cgi-wrapper.conf
|
||||
/etc/hiawatha/mimetype.conf
|
||||
/etc/hiawatha/error.xslt
|
||||
/etc/hiawatha/index.xslt
|
||||
/etc/hiawatha/hiawatha.conf"
|
||||
conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt"
|
||||
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue