Skip to content

Commit

Permalink
Merge branch 'jb49836' into 'master'
Browse files Browse the repository at this point in the history
[cmake] Do not use absolute path in RPM macro. Fixes JB#49836

See merge request mer-core/cmake!10
  • Loading branch information
martyone committed May 7, 2020
2 parents a0af214 + 5d4b30b commit b617e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/macros.cmake
Expand Up @@ -3,7 +3,7 @@
#
%_cmake_lib_suffix64 -DLIB_SUFFIX=64
%_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON
%__cmake %{_bindir}/cmake
%__cmake cmake

%cmake \
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
Expand Down

0 comments on commit b617e8e

Please sign in to comment.