Search in the ${LOCABASE}/include too, not just include/pgsql.
Submitted by: Anders Nordby
This commit is contained in:
parent
d54dc99cfb
commit
7fd1fa1461
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56498
@ -7,7 +7,7 @@ LIB= pam_pgsql
|
||||
SHLIB_NAME=${LIB}.so
|
||||
|
||||
LDADD= -lpam -L${LOCALBASE}/lib -lpq -lmd
|
||||
CFLAGS+= -Wall -D_GNU_SOURCE \
|
||||
CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include/pgsql
|
||||
|
||||
INTERNALLIB= we don't need no stinking static lib
|
||||
|
Loading…
Reference in New Issue
Block a user