mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
cntlm: remove unexistent conf_file; build with our {C,LD}FLAGS.
This commit is contained in:
parent
e93dc259c4
commit
65ec1273f8
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'cntlm'
|
# Template file for 'cntlm'
|
||||||
pkgname=cntlm
|
pkgname=cntlm
|
||||||
version=0.92.3
|
version=0.92.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
conf_files="/etc/cntlm.conf"
|
|
||||||
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -13,7 +11,7 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298
|
checksum=9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC ${makejobs}
|
make CC=$CC FLAGS="$CFLAGS $LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin cntlm
|
vbin cntlm
|
||||||
|
|
Loading…
Add table
Reference in a new issue