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

Eric Bélanger eric at archlinux.org
Sat Nov 17 11:35:41 UTC 2012


    Date: Saturday, November 17, 2012 @ 06:35:41
  Author: eric
Revision: 171367

Add build fix (close FS#30647)

Modified:
  truecrypt/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 11:10:55 UTC (rev 171366)
+++ PKGBUILD	2012-11-17 11:35:41 UTC (rev 171367)
@@ -33,7 +33,7 @@
   patch -Np1 -i ../${pkgname}-arch-detection.patch
   
   # Build
-  make PKCS11_INC="${srcdir}/pkcs-2.20"
+  make PKCS11_INC="${srcdir}/pkcs-2.20" LFLAGS+="-ldl"
 }
 
 package() {




More information about the arch-commits mailing list