Try to fix 64-bit centos link of nettle.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jun 2016 23:47:49 +0000 (00:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Jun 2016 23:47:49 +0000 (00:47 +0100)
cscript

diff --git a/cscript b/cscript
index 5fe8a40478142bf85525dffc52d8b4fca068bc9a..beafafc95036b4ce3f3e6fe9b0bc0ea57c9e2508 100644 (file)
--- a/cscript
+++ b/cscript
@@ -203,7 +203,7 @@ def make_spec(filename, version, target):
     print('tar xjf $RPM_SOURCE_DIR/dcpomatic-%s.tar.bz2' % version, file=f)
     print('%build', file=f)
     print('cd dcpomatic-%s' % version, file=f)
-    print('export PKG_CONFIG_PATH=%s/lib/pkgconfig:%s/lib64/pkgconfig:/usr/local/lib/pkgconfig' % (target.directory, target.directory), file=f)
+    print('export PKG_CONFIG_PATH=%s/lib/pkgconfig:%s/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig' % (target.directory, target.directory), file=f)
 
     if target.distro == 'centos' and target.version == '5':
         prefix = 'BUILDROOT/usr'