Skip to content

Commit

Permalink
hdf5: Enforce pure static build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Aug 29, 2018
1 parent 2cd0840 commit 173051d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hdf5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ SRCURL[0]="https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-${PKGVERSION}.

PATCHURL[0]=""

BEE_BUILDTYPE=autotools

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
bee_configure --enable-shared=no
}

mee_build() {
Expand Down

0 comments on commit 173051d

Please sign in to comment.