]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2959: remove SAMBAPREFIX dependency
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Jan 2011 07:33:27 +0000 (00:33 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Jan 2011 07:33:27 +0000 (00:33 -0700)
commit90c2083a3cd3cbe1b87655bf5b9727e2d5110dca
tree508b7abad85eb9e31ea0f5e69321c2c10db75f75
parentb616062e27289b71b8643b3acf09e37c37695ce1
Bug 2959: remove SAMBAPREFIX dependency

This removes the tricky SAMBAPREFIX variable which passes full-path
information from the squid build machine down to the run-time host
helper.

Such information is not always correct when crossing machines, and the
binaries being run can easily be added to PATH in the run-time host
environment instead.

The net result of doing this is removal of Samba from the build
dependencies and increased availability of the basic_smb_auth and
ext_wbinfo_group_acl helpers.
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/SMB/basic_smb_auth.cc
helpers/basic_auth/SMB/basic_smb_auth.sh
helpers/basic_auth/SMB/config.test
helpers/external_acl/wbinfo_group/config.test