Skip to content

Commit

Permalink
don't use OLDAP_VERSION anymore for ppm compilation (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed May 17, 2022
1 parent 9c070f0 commit 2071d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openldap-ltb/debian/postbuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ cd ${BUILD_DIR}
# ppm
cd ${THIRD_PARTY_PATH}/${PPM_NAME}-${PPM_VERSION}
make clean
make LDAP_SRC=${BUILD_DIR} prefix=${LDAPSERVERDIR} libdir=${LDAPSERVERDIR}/lib64 OLDAP_VERSION=26
make LDAP_SRC=${BUILD_DIR} prefix=${LDAPSERVERDIR} libdir=${LDAPSERVERDIR}/lib64
make doc prefix=${LDAPSERVERDIR}
make test LDAP_SRC=${BUILD_DIR} prefix=${LDAPSERVERDIR} libdir=${LDAPSERVERDIR}/lib64 OLDAP_VERSION=26
make test LDAP_SRC=${BUILD_DIR} prefix=${LDAPSERVERDIR} libdir=${LDAPSERVERDIR}/lib64
cd ${BUILD_DIR}

# contrib-overlays
Expand Down

0 comments on commit 2071d8c

Please sign in to comment.