[arch-commits] Commit in zeromq/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jul 9 11:41:20 UTC 2015


    Date: Thursday, July 9, 2015 @ 13:41:20
  Author: kkeen
Revision: 136575

bugfix: FS#39538, FS#39622

Modified:
  zeromq/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-09 03:44:13 UTC (rev 136574)
+++ PKGBUILD	2015-07-09 11:41:20 UTC (rev 136575)
@@ -32,6 +32,11 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
   if [[ $CARCH == 'i686' ]]; then
     return 0
   fi



More information about the arch-commits mailing list