mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
This fix issue 'cannot find -lnsl' on build server which has libnsl.so in /usr/lib Signed-off-by: Guo Li <uxgood.org@gmail.com>
This commit is contained in:
@@ -7,7 +7,8 @@ define(`confSM_OS_HEADER', `sm_os_linux')
|
||||
define(`confLIBS', `-ldl')
|
||||
define(`confEBINDIR', `/usr/sbin')
|
||||
define(`confMKDIR', `mkdir')
|
||||
APPENDDEF(`confLIBSEARCH', `crypt nsl')
|
||||
define(`confLIBSEARCHPATH', `STAGING_DIR/lib STAGING_DIR/usr/lib')
|
||||
APPENDDEF(`confLIBSEARCH', `crypt')
|
||||
|
||||
define(`confMTCCOPTS', `-D_REENTRANT')
|
||||
define(`confMTLDOPTS', `-lpthread')
|
||||
|
||||
Reference in New Issue
Block a user