Kill the remnants of the PAM removal (PAM_LINK and CRYPT_LINK).
This commit is contained in:
parent
e167ad8cbb
commit
b42bf313e7
2 changed files with 0 additions and 15 deletions
|
@ -127,12 +127,6 @@ OBJFILES += $(OBJ)$/backtrace.obj
|
|||
APP1STDLIBS+=-lC
|
||||
.ENDIF
|
||||
|
||||
.IF "$(OS)" == "LINUX"
|
||||
.IF "$(CRYPT_LINK)" == "YES"
|
||||
CFLAGS+=-DCRYPT_LINK
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == ""
|
||||
CFLAGS+=-DSAL_ENABLE_CRASH_REPORT
|
||||
.ENDIF
|
||||
|
|
|
@ -125,15 +125,6 @@ SHL1STDLIBS=pthread.lib
|
|||
SHL1STDLIBS+=-framework CoreFoundation -framework Carbon
|
||||
.ENDIF
|
||||
|
||||
.IF "$(OS)" == "LINUX"
|
||||
.IF "$(PAM_LINK)" == "YES"
|
||||
SHL1STDLIBS+=-lpam
|
||||
.ENDIF
|
||||
.IF "$(CRYPT_LINK)" == "YES"
|
||||
SHL1STDLIBS+=-lcrypt
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
SHL1LIBS+=$(SLB)$/$(TARGET).lib
|
||||
|
||||
.IF "$(linkinc)" != ""
|
||||
|
|
Loading…
Reference in a new issue