summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-11-14 20:34:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-11-14 20:34:34 +0000
commit4fcbf29211773e3bbe3e2d14349d770688421f6e (patch)
tree59607d34a5c2c44e2ded7b5c03d85629828c0e65
parentf5beb209d01086128c8b25e72a9de594032701b6 (diff)
downloadskalibs-2.3.8.3.tar.xz
- fix make stripv2.3.8.3
- rc for 2.3.8.3
-rw-r--r--Makefile4
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html6
-rw-r--r--package/info2
4 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99e500a..6292dca 100644
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,12 @@ tgz: distclean
exec rm -rf /tmp/$$package-$$version
strip: $(ALL_LIBS)
+ifneq ($(strip $(STATIC_LIBS)),)
exec $(STRIP) -x -R .note -R .comment -R .note.GNU-stack $(STATIC_LIBS)
+endif
+ifneq ($(strip $(SHARED_LIBS)),)
exec $(STRIP) -R .note -R .comment -R .note.GNU-stack $(SHARED_LIBS)
+endif
install: install-data install-sysdeps install-dynlib install-lib install-include
install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%)
diff --git a/doc/index.html b/doc/index.html
index 6e9a9ea..d310551 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,7 @@ with a standard C development environment </li>
<h3> Download </h3>
<ul>
- <li> The current released version of skalibs is <a href="skalibs-2.3.8.2.tar.gz">2.3.8.2</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.3.8.3.tar.gz">2.3.8.3</a>. </li>
<li> Alternatively, you can checkout a copy of the skalibs git repository:
<pre> git clone git://git.skarnet.org/skalibs </pre> </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 0e1236c..53b65a1 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in skalibs </h1>
+<h2> in 2.3.8.3 </h2>
+
+<ul>
+ <li> No functional changes. </li>
+</ul>
+
<h2> in 2.3.8.2 </h2>
<ul>
diff --git a/package/info b/package/info
index b15267e..8404b6a 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=skalibs
-version=2.3.8.2
+version=2.3.8.3
category=prog
package_macro_name=SKALIBS