- Fix RUN_DEPENDS in bsd.ldconfig.mk.
- In a previous commit, I said that you need to use the install-rc-script, you should read install-ldconfig-file. Noticed by: ale
This commit is contained in:
parent
3369145c11
commit
719425c049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153125
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ LDCONFIG32_DIR= libdata/ldconfig32
|
|||
|
||||
.if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)
|
||||
.if (${OSVERSION} < 700012)
|
||||
RUN_DEPENDS+= ${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue