discount/discount-disable_ldconfig.patch
Martin Pluskal 042bbfb171 Accepting request 1074327 from home:amanzini:branches:Publishing
- update to 3.0.0a:
  * add a new testcase to verify that -> ... <- works properly
  * have all of the extensions code guarded by checking against MKD_STRICT
  * rework the tag handler
- enabled test suite during build

OBS-URL: https://build.opensuse.org/request/show/1074327
OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=30
2023-03-25 17:35:52 +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