autogen-5.18.4-tmp-log.patch 500 B

123456789101112131415161718
  1. https://bugs.gentoo.org/563352
  2. https://sourceforge.net/p/autogen/bugs/172/
  3. this is fixed upstream in commit f303a1d5d8d8e002974eb64818f74041325f2433
  4. --- a/pkg/libopts/mklibsrc.sh
  5. +++ b/pkg/libopts/mklibsrc.sh
  6. @@ -18,8 +18,7 @@
  7. ## You should have received a copy of the GNU General Public License along
  8. ## with this program. If not, see <http://www.gnu.org/licenses/>.
  9. -set -ex
  10. -exec 2> /tmp/mklibsrc-log.tx
  11. +set -e
  12. top_builddir=`cd $top_builddir ; pwd`
  13. top_srcdir=`cd $top_srcdir ; pwd`