mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
znc: fix build
This commit is contained in:
parent
fb2652e84f
commit
92167019e8
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@ system_accounts="znc"
|
||||||
znc_homedir="/var/lib/znc"
|
znc_homedir="/var/lib/znc"
|
||||||
make_dirs="/var/lib/znc 0750 znc znc"
|
make_dirs="/var/lib/znc 0750 znc znc"
|
||||||
|
|
||||||
do_configure() {
|
pre_configure() {
|
||||||
export TCL_FLAGS="$CFLAGS $LDFLAGS -ltcl8.6"
|
export TCL_FLAGS="$CFLAGS $LDFLAGS -ltcl8.6"
|
||||||
${configure_script} ${configure_args}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv znc
|
vsv znc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue