Browse Source

Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated

builds will have a bogus /usr/include/openssl/openssl as found by naddy. ok jca@
OPENBSD_5_7
sthen 9 years ago
parent
commit
128c8abdc7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.199 2015/02/16 14:06:15 tedu Exp $
# $OpenBSD: Makefile,v 1.200 2015/02/18 15:31:10 sthen Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -89,7 +89,7 @@ includes:
${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
done; \
done
@ln -sf openssl ${DESTDIR}/usr/include/ssl
@ln -sfh openssl ${DESTDIR}/usr/include/ssl
@echo installing ${LFILES}
@for i in ${LFILES}; do \
rm -f ${DESTDIR}/usr/include/$$i && \


Loading…
Cancel
Save