3f3b6078e0
* No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=11
21 lines
684 B
Diff
21 lines
684 B
Diff
Index: configure.inc
|
|
===================================================================
|
|
--- configure.inc.orig
|
|
+++ configure.inc
|
|
@@ -1309,7 +1309,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`
|
|
__config_files="$__config_files librarian.sh"
|
|
cat > librarian.sh << EOF
|
|
#! /bin/sh
|
|
@@ -1344,7 +1343,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
|