diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-04 22:48:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-04 22:48:43 +0100 |
| commit | 67c06b98db043e345ca2906b2540f89de99065be (patch) | |
| tree | c6e0ad3243212a3c32dd169dad6d4e23b83f4ead /platform/linux | |
| parent | 6f3bd7f8b5eb02a4fc8d1f93583b02191b08fbb8 (diff) | |
RPM fixes.
Diffstat (limited to 'platform/linux')
| -rw-r--r-- | platform/linux/dcpomatic.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/dcpomatic.spec.in b/platform/linux/dcpomatic.spec.in index f39c2cbd8..30b4053be 100644 --- a/platform/linux/dcpomatic.spec.in +++ b/platform/linux/dcpomatic.spec.in @@ -53,8 +53,8 @@ rm -rf $RPM_BUILD_DIR/dcpomatic-@VERSION@ tar xjf $RPM_SOURCE_DIR/dcpomatic-@VERSION@.tar.bz2 %build cd dcpomatic-@VERSION@ -export PKG_CONFIG_PATH=/home/carl/lib/pkgconfig:/usr/local/lib/pkgconfig -CXXFLAGS="-I/home/carl/include" LDFLAGS="-L/home/carl/lib" ./waf configure --prefix=%{buildroot}/usr --install-prefix=/usr --target-centos-@CENTOS_VERSION@ --disable-tests +export PKG_CONFIG_PATH=%{buildroot}/lib/pkgconfig:/usr/local/lib/pkgconfig +CXXFLAGS="-I%{buildroot}/include" LDFLAGS="-L%{buildroot}/lib" ./waf configure --prefix=%{buildroot}/usr --install-prefix=/usr --target-centos-@CENTOS_VERSION@ --disable-tests ./waf %install cd dcpomatic-@VERSION@ |
