added links to issues related to patches
This commit is contained in:
parent
f2bfe0b099
commit
40ff8768f4
5 changed files with 10 additions and 0 deletions
|
@ -51,6 +51,7 @@ cp -r $bindir/install-sh $tmpdir
|
|||
if [ ! -d $product ]; then
|
||||
tar xfz $tar
|
||||
cd $product
|
||||
# see http://sourceforge.net/tracker/index.php?func=detail&aid=997006&group_id=11795&atid=311795
|
||||
patch -p1 < $etcdir/cppunit-1.10.2-nostandalone.patch
|
||||
fi
|
||||
|
||||
|
|
|
@ -49,7 +49,9 @@ cd ${tmpdir}
|
|||
if [ ! -d $product ]; then
|
||||
tar xfz ${tar}
|
||||
cd $product
|
||||
# see https://sourceforge.net/tracker/index.php?func=detail&aid=1292850&group_id=3382&atid=303382
|
||||
patch -p1 < $etcdir/lcov-1.3-geninfo-regexp.patch
|
||||
# see https://sourceforge.net/tracker/index.php?func=detail&aid=1292854&group_id=3382&atid=303382
|
||||
patch -p1 < $etcdir/lcov-1.3-install-to-prefix.patch
|
||||
fi
|
||||
|
||||
|
|
|
@ -49,8 +49,11 @@ cd ${tmpdir}
|
|||
if [ ! -d $product ]; then
|
||||
tar xfj ${tar}
|
||||
cd $product
|
||||
# see http://sourceforge.net/tracker/index.php?func=detail&aid=1176652&group_id=19075&atid=319075
|
||||
patch -p1 < $etcdir/libodbc++-no-namespace-closing-colon.patch
|
||||
# see http://sourceforge.net/tracker/index.php?func=detail&aid=1176656&group_id=19075&atid=319075
|
||||
patch -p1 < $etcdir/libodbc++-no-thread-dmaccess-mutex-fix.patch
|
||||
# patch not submitted
|
||||
patch -p1 < $etcdir/libodbc++-dont-install-some-docs.patch
|
||||
fi
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@ cd ${tmpdir}
|
|||
if [ ! -d $product ]; then
|
||||
tar xfz ${tar}
|
||||
cd $product
|
||||
# see https://bugs.kde.org/show_bug.cgi?id=112728
|
||||
patch -p1 < $etcdir/taglib-1.3.1-length-in-microseconds.patch
|
||||
fi
|
||||
|
||||
|
|
|
@ -51,8 +51,11 @@ cd ${tmpdir}
|
|||
if [ ! -d xmlrpc++ ]; then
|
||||
tar xfz ${tar}
|
||||
cd xmlrpc++
|
||||
# see http://sourceforge.net/tracker/index.php?func=detail&aid=990356&group_id=70654&atid=528555
|
||||
patch -p1 < $etcdir/xmlrpc++-automake.patch
|
||||
# see http://sourceforge.net/tracker/index.php?func=detail&aid=990676&group_id=70654&atid=528555
|
||||
patch -p1 < $etcdir/uninitialised_XmlRpcSource_ssl_ssl.patch
|
||||
# see http://sourceforge.net/tracker/?group_id=70654&atid=528555&func=detail&aid=1085119
|
||||
patch -p1 < $etcdir/incorrect_XmlRpcValue_struct_tm_conversion.patch
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue