libp11: update to version 0.4.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
ce32209685
commit
b21fa2ef5b
2 changed files with 11 additions and 12 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libp11
|
PKG_NAME:=libp11
|
||||||
PKG_VERSION:=0.4.9
|
PKG_VERSION:=0.4.10
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8
|
PKG_HASH:=639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=LGPL-2.1+
|
PKG_LICENSE:=LGPL-2.1+
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/Makefile.am
|
--- a/src/Makefile.am
|
||||||
+++ b/src/Makefile.am
|
+++ b/src/Makefile.am
|
||||||
@@ -49,13 +49,6 @@ pkcs11_la_LIBADD = $(libp11_la_OBJECTS) $(OPENSSL_LIBS)
|
@@ -49,13 +49,6 @@ pkcs11_la_LIBADD = $(libp11_la_OBJECTS)
|
||||||
pkcs11_la_LDFLAGS = $(AM_LDFLAGS) -module -shared -shrext $(SHARED_EXT) \
|
pkcs11_la_LDFLAGS = $(AM_LDFLAGS) -module -shared -shrext $(SHARED_EXT) \
|
||||||
-avoid-version -export-symbols "$(srcdir)/pkcs11.exports"
|
-avoid-version -export-symbols "$(srcdir)/pkcs11.exports"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
mylibdir=$(libdir)
|
mylibdir=$(libdir)
|
||||||
--- a/src/Makefile.in
|
--- a/src/Makefile.in
|
||||||
+++ b/src/Makefile.in
|
+++ b/src/Makefile.in
|
||||||
@@ -872,7 +872,7 @@ distdir: $(DISTFILES)
|
@@ -899,7 +899,7 @@ distdir-am: $(DISTFILES)
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
check: check-am
|
check: check-am
|
||||||
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
|
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
|
||||||
installdirs:
|
installdirs:
|
||||||
@@ -944,7 +944,7 @@ install-dvi-am:
|
@@ -988,7 +988,7 @@ install-dvi-am:
|
||||||
|
|
||||||
install-exec-am: install-enginesexecLTLIBRARIES install-libLTLIBRARIES
|
install-exec-am: install-enginesexecLTLIBRARIES install-libLTLIBRARIES
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
|
@ -34,16 +34,15 @@
|
||||||
install-html: install-html-am
|
install-html: install-html-am
|
||||||
|
|
||||||
install-html-am:
|
install-html-am:
|
||||||
@@ -989,7 +989,7 @@ uninstall-am: uninstall-enginesexecLTLIBRARIES \
|
@@ -1051,14 +1051,14 @@ uninstall-am: uninstall-enginesexecLTLIB
|
||||||
|
|
||||||
.MAKE: all check-am install-am install-exec-am install-strip
|
.MAKE: all check-am install-am install-exec-am install-strip
|
||||||
|
|
||||||
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
|
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
|
||||||
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
|
- check-local clean clean-enginesexecLTLIBRARIES clean-generic \
|
||||||
clean-enginesexecLTLIBRARIES clean-generic \
|
+ clean clean-enginesexecLTLIBRARIES clean-generic \
|
||||||
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
|
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
|
||||||
ctags-am distclean distclean-compile distclean-generic \
|
ctags-am distclean distclean-compile distclean-generic \
|
||||||
@@ -997,7 +997,7 @@ uninstall-am: uninstall-enginesexecLTLIBRARIES \
|
distclean-hdr distclean-libtool distclean-tags distdir dvi \
|
||||||
dvi-am html html-am info info-am install install-am \
|
dvi-am html html-am info info-am install install-am \
|
||||||
install-data install-data-am install-dvi install-dvi-am \
|
install-data install-data-am install-dvi install-dvi-am \
|
||||||
install-enginesexecLTLIBRARIES install-exec install-exec-am \
|
install-enginesexecLTLIBRARIES install-exec install-exec-am \
|
||||||
|
|
Loading…
Reference in a new issue