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'
|
||||
pkgname=cntlm
|
||||
version=0.92.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
replaces="runit-void<20141013_2"
|
||||
conf_files="/etc/cntlm.conf"
|
||||
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="GPL-2"
|
||||
|
@ -13,7 +11,7 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|||
checksum=9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298
|
||||
|
||||
do_build() {
|
||||
make CC=$CC ${makejobs}
|
||||
make CC=$CC FLAGS="$CFLAGS $LDFLAGS" ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
vbin cntlm
|
||||
|
|
Loading…
Reference in a new issue