Files
discount2/discount2-disable_ldconfig.patch
Martin Pluskal 38d99a9a35 Accepting request 1159312 from home:badshah400:branches:X11:Utilities
Discount is a C language implementation of the Markdown markup language. This package provides series 2.x of the libmarkdown library to allow apps, for example pdfpc, that have not yet migrated to the version 3 API to be compiled.

OBS-URL: https://build.opensuse.org/request/show/1159312
OBS-URL: https://build.opensuse.org/package/show/Publishing/discount2?expand=0&rev=1
2024-03-19 11:36:51 +00:00

21 lines
719 B
Diff

Index: discount-3.0.0a/configure.inc
===================================================================
--- discount-3.0.0a.orig/configure.inc
+++ discount-3.0.0a/configure.inc
@@ -1456,7 +1456,6 @@ __AC_ELF_LIBRARIAN() {
if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
USE_SONAME=T
fi
- LDCONFIG=`AC_PATH=/sbin:/usr/sbin:/usr/local/sbin acLookFor ldconfig`
if [ "$LDCONFIG" ]; then
case `uname -s 2>/dev/null | $AC_UPPERCASE` in
@@ -1501,7 +1500,6 @@ install)$PROG_INSTALL -c \$FULLNAME "\$1
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
EOF
- test "$LDCONFIG" && echo ' '$LDCONFIG '"$1"' >> librarian.sh
cat >> librarian.sh << EOF
;;
esac