discount/discount-disable_ldconfig.patch
OBS User mrdocs 65fd6939b1 Accepting request 145740 from home:lnussel:branches:Publishing
submit to Factory?

- correct license in spec file. It's actually BSD4c
- changes from version 2.1.5a:
  * MKD_NOSTYLE – treat <style> blocks as regular html.
  * github flavored markdown support
  * in the markdown program, add
        -S flag (tell markdown to spit out style sections)
        -n flag (tell markdown not to output generated text)
- version 2.1.1.1 implements PHP markdown extra-style fenced code sections,
  where your chunks of code are surrounded by ~~~ lines instead of being
  indented 4 spaces.
- changes from version 2.1.0:
  * makepage now accepts markdown option flags a'la the markdown program (via
   -Fxxxx, -fname, or in the MARKDOWN_FLAGS environment variable.)
  * add a -E flag to theme to ignore context-sensitivity on <?theme xxx?> substitutions.

OBS-URL: https://build.opensuse.org/request/show/145740
OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=3
2012-12-18 16:31:46 +00:00

21 lines
667 B
Diff

Index: configure.inc
===================================================================
--- configure.inc.orig
+++ configure.inc
@@ -1270,7 +1270,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
@@ -1304,7 +1303,6 @@ files) echo "\$FULLNAME" "\$LIBNAME" "\
install)$PROG_INSTALL -c \$FULLNAME "\$1"
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR
$PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME
- test "$LDCONFIG" && $LDCONFIG "\$1"
;;
esac
EOF