Skip to content

discount: disable call of ldconfig on install #2505

Merged
merged 1 commit into from
Nov 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions discount.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION discount-2.2.7-0
# BEE_VERSION discount-2.2.7-1

# more info: http://www.pell.portland.or.us/~orc/Code/discount/
# add libmarkdown
Expand All @@ -20,9 +20,10 @@ build_in_sourcedir
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/ test "$LDCONFIG"/ s,^.,\#,' configure.inc
}

mee_configure() {
./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
Expand Down