view src/log4cxx-2-pkgconfig.patch @ 6037:99125d7343bf release octave-rc-7.0.90

Update version numbers and build rules for Octave 7.0.90 release candidate. * src/stable-octave.mk: Update version to 7.0.91. * src/release-octave.mk: Update version to 7.0.90. Update checksum for release candidate. Merge build rule changes from stable-octave.mk.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 Jan 2022 13:10:12 +0100
parents ebacbf52f15c
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

This patch ensures that the correct dependencies can always be found for
static mingw builds. Submitted upstream: 

   https://issues.apache.org/jira/browse/LOGCXX-381

diff -NBaur vanilla/liblog4cxx.pc.in mingw_cross/liblog4cxx.pc.in
--- vanilla/liblog4cxx.pc.in	2008-04-01 07:34:52.000000000 +0900
+++ mingw_cross/liblog4cxx.pc.in	2011-05-09 10:31:00.175584637 +0900
@@ -20,6 +20,7 @@
 Name: log4cxx
 Description: log4cxx C++ logging framework
 Version: @VERSION@
+Requires: apr-util-1, apr-1
 Libs: -L${libdir} -llog4cxx
 Cflags: -I${includedir}