1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

11 Commits

Author SHA1 Message Date
Michael Schroeder
f5ba19e270 split solv C example into multiple files 2015-09-14 12:18:09 +02:00
Michael Schroeder
5cd3085695 disable build of the solv tool for unsupported system types
Also gets rid of the no longer used NOSYSTEM.
2014-11-07 16:19:50 +01:00
Ingo Weinhold
0956fe2ddc Define SYSTEM_LIBRARIES in main CMakeLists.txt
* There were identical SYSTEM_LIBRARIES definitions in several CMakeLists.txt
  files (well almost identical -- some still checked for DEBIAN instead of
  ENABLE_RPMDB). Now it's defined in the main CMakeLists.txt.
* Remove --as-needed from CMAKE_C_FLAGS and add it to SYSTEM_LIBRARIES. It
  isn't a compiler flag and older gcc's issue a warning when encountering it
  on a compile line.
2013-03-30 14:32:57 +00:00
Michael Schroeder
a4e2caaeae - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests 2012-06-22 11:53:38 +02:00
Michael Schroeder
d1275e7fcc - make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is set 2012-04-02 13:41:10 +02:00
Michael Schroeder
1129ccb9a6 - allow to build a shared and a static version of the libraries 2011-05-26 14:53:12 +02:00
Michael Schroeder
5eb46cd84a - add ver files, fix build 2011-05-24 20:40:00 +02:00
Michael Schroeder
4cd5d62a01 rename satsolver -> libsolv 2011-05-24 15:51:09 +02:00
Michael Schroeder
e362e8eb31 - work around debian obsoletes handling for now
- make solv run on debian, too
2010-06-01 18:05:35 +02:00
Michael Schroeder
367f6e9ebd - install solv 2009-07-20 12:15:42 +02:00
Michael Schroeder
b986aaf83c - add tiny demo installer program "solv"
- add transaction_installedresult function
- fix bug in conflict detection
2009-06-23 15:32:06 +02:00