Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
soci
Commits
8eaee53c
Commit
8eaee53c
authored
6 years ago
by
Ronan
Browse files
Options
Download
Patches
Plain Diff
chore(build): do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
parent
cd4a700d
bc
bc_sqlite_vfs
feature/uwp_nuget
release/4.2
1 merge request
!4
chore(build): do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/rpm/soci.spec.cmake
+4
-1
build/rpm/soci.spec.cmake
with
4 additions
and
1 deletion
build/rpm/soci.spec.cmake
+
4
−
1
View file @
8eaee53c
...
...
@@ -226,7 +226,6 @@ echo "- See the ChangeLog file for more details." >> NEWS
%build
%{expand:%%%cmake_name} . \
-DCMAKE_BUILD_TYPE=@CMAKE_BUILD_TYPE@ \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
-DCMAKE_PREFIX_PATH:PATH=%{_prefix} \
-DSOCI_CXX_C11=ON \
-DSOCI_EMPTY=OFF \
...
...
@@ -340,6 +339,10 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog COPYING NEWS README docs
%changelog
* Tue Nov 27 2018 ronan.abhamon <ronan.abhamon@belledonne-communications.com>
- Do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
* Tue Oct 30 2018 ronan.abhamon <ronan.abhamon@belledonne-communications.com>
- Use CPack.
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets