<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/log4cplus/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-02-15T01:09:50Z</updated>
<entry>
<title>log4cplus: update to 2.1.1</title>
<updated>2024-02-15T01:09:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-14T22:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=819dabf4390c83621f1e2fa9f6a03e6fd4ee3f8a'/>
<id>urn:sha1:819dabf4390c83621f1e2fa9f6a03e6fd4ee3f8a</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: update to 2.0.8</title>
<updated>2022-11-05T17:32:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T04:30:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b121a210c9271ab910bc16ad81e7125f5b692de3'/>
<id>urn:sha1:b121a210c9271ab910bc16ad81e7125f5b692de3</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>lib4cplus: update to 2.0.7</title>
<updated>2021-10-29T00:31:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-29T00:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a1f1303ae3ef9dbced4ce20624703edafe463c1b'/>
<id>urn:sha1:a1f1303ae3ef9dbced4ce20624703edafe463c1b</id>
<content type='text'>
Switch to static lib. Avoids rpath hacks.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: update to 2.0.6</title>
<updated>2021-03-21T00:25:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d9d49de98f511229c83650724997186e3e881dd2'/>
<id>urn:sha1:d9d49de98f511229c83650724997186e3e881dd2</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: apply cmake options to the host</title>
<updated>2020-07-25T08:31:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-25T08:28:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=89db244af7fbb471f513506a87fddc4118e696af'/>
<id>urn:sha1:89db244af7fbb471f513506a87fddc4118e696af</id>
<content type='text'>
loggingserver was getting built with a bad link path. Instead of fixing
it, just disable it as is done on the target.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: update to 2.0.5</title>
<updated>2020-02-24T04:52:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-22T03:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=98108cb167eeb46e848938db7d490ca68b4a3876'/>
<id>urn:sha1:98108cb167eeb46e848938db7d490ca68b4a3876</id>
<content type='text'>
Remove CMake option made obsolete by cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>log4cplus: install host libraries into lib</title>
<updated>2019-08-14T12:12:11Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-08-14T12:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8acde722f68ed26373e0873409d8f6ce30e5148a'/>
<id>urn:sha1:8acde722f68ed26373e0873409d8f6ce30e5148a</id>
<content type='text'>
Default host build for the package uses lib64, but dependents expect
libraries to be in $(STAGING_DIR_HOSTPKG)/lib.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
</feed>
