[vlc-commits] contrib: gpg-error: Provide a lock obj for NACL
Hugo Beauzée-Luyssen
git at videolan.org
Mon Mar 19 17:37:51 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 5 15:35:32 2017 +0200| [17c0db37e58a313841c046150966a4b55bd44385] | committer: Hugo Beauzée-Luyssen
contrib: gpg-error: Provide a lock obj for NACL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17c0db37e58a313841c046150966a4b55bd44385
---
contrib/src/gpg-error/rules.mak | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 7ec95c1f47..eb19efdea4 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -43,6 +43,15 @@ else
endif
endif
endif
+ifdef HAVE_NACL
+ifeq ($(ARCH),i386) # 32bits intel
+ cp $@/src/syscfg/lock-obj-pub.i686-pc-linux-gnu.h $@/src/syscfg/lock-obj-pub.nacl.h
+else
+ifeq ($(ARCH),x86_64)
+ cp $@/src/syscfg/lock-obj-pub.x86_64-pc-linux-gnu.h $@/src/syscfg/lock-obj-pub.nacl.h
+endif
+endif
+endif
.gpg-error: libgpg-error
$(RECONF)
More information about the vlc-commits
mailing list