Skip to content

Commit 3d16610

Browse files
committed
build with -DENABLE_RPMDB_LIBRPM=1 on SUSE
1 parent 605dd26 commit 3d16610

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package/libsolv.changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------
2+
Tue Dec 10 21:02:31 CET 2019 - [email protected]
3+
4+
- build with -DENABLE_RPMDB_LIBRPM=1 on SUSE to support
5+
multiple rpm database backends
6+
17
-------------------------------------------------------------------
28
Tue Dec 10 14:18:36 CET 2019 - [email protected]
39

package/libsolv.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ CMAKE_FLAGS="-DFEDORA=1"
219219
CMAKE_FLAGS="-DMAGEIA=1"
220220
%endif
221221
%if 0%{?suse_version}
222-
CMAKE_FLAGS="-DSUSE=1"
222+
CMAKE_FLAGS="-DSUSE=1 -DENABLE_RPMDB_LIBRPM=1"
223223
%endif
224224

225225
cmake . $CMAKE_FLAGS \

0 commit comments

Comments
 (0)