diff options
Diffstat (limited to 'testing/discount/configure.inc.patch')
-rw-r--r-- | testing/discount/configure.inc.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/discount/configure.inc.patch b/testing/discount/configure.inc.patch new file mode 100644 index 0000000000..b665754150 --- /dev/null +++ b/testing/discount/configure.inc.patch @@ -0,0 +1,19 @@ +--- a/configure.inc ++++ b/configure.inc +@@ -1332,7 +1332,6 @@ + $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 +@@ -1420,7 +1419,7 @@ + + AC_SUB 'INSTALL' "$PROG_INSTALL" + AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -s -m 755" +- AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 444" ++ AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 644" + + # finally build a little directory installer + # if mkdir -p works, use that, otherwise use install -d, |