Skip to content

Commit

Permalink
Merge pull request #2359 from wlemkows/stable-1.3
Browse files Browse the repository at this point in the history
common: fix build with NORPATH
  • Loading branch information
krzycz authored Nov 16, 2017
2 parents 4a7e933 + bcfefa9 commit 4521370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ if [ -f $TEST_CONFIG_FILE ]; then
else
cp src/test/testconfig.sh.example src/test/testconfig.sh
fi
%{__make}
%{__make} NORPATH=1
%install
rm -rf %{buildroot}
Expand All @@ -462,8 +462,8 @@ make install DESTDIR=%{buildroot}\
sysconfdir=%{_sysconfdir}\
docdir=%{_docdir}\
EXPERIMENTAL=${EXPERIMENTAL}\
CPP_DOC_DIR=${OBJ_CPP_DOC_DIR}\
NORPATH=1
CPP_DOC_DIR=${OBJ_CPP_DOC_DIR}
mkdir -p %{buildroot}%{_datadir}/nvml
cp utils/nvml.magic %{buildroot}%{_datadir}/nvml/
Expand Down

0 comments on commit 4521370

Please sign in to comment.