Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
discount: disable call of ldconfig on install
prevent configure to create librarian.sh with a call to ldconfig.
  • Loading branch information
wwwutz committed Nov 12, 2021
1 parent 7c5ba92 commit c2db788
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions discount.be0
@@ -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

0 comments on commit c2db788

Please sign in to comment.