mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Buildbot caught an error: "Berkeley DB file locking needs flock() for version 5.x (and greater?)" It is caused by leakage of host-installed Berkley DB into the build. Since libmilter is not using the DB and because of convoluted build process of sendmail, we do the workaround - define a macro which prevents the error without affecting libmilter binary. Also change source URL from FTP to HTTPS. Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
define(`confCC', `TARGET_CC')
|
|
define(`confCCOPTS', `TARGET_CFLAGS')
|
|
APPENDDEF(`confENVDEF',`-DSTARTTLS')
|
|
APPENDDEF(`confENVDEF',`-DHASFLOCK')
|
|
APPENDDEF(`confLIBS', `-lssl -lcrypto')
|