diff options
author | Michael Schroeder <mls@suse.de> | 2012-04-03 10:53:26 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-04-03 10:53:26 +0200 |
commit | 17ea16d7e5d7842b593855a4bb7acf349f0d2e03 (patch) | |
tree | 157cd93f972d603aaafa52525672412f704f453e /CMakeLists.txt | |
parent | d1275e7fcce9d4fc23f418d3b841d8940d2cc163 (diff) | |
download | libsolv-17ea16d7e5d7842b593855a4bb7acf349f0d2e03.tar.gz libsolv-17ea16d7e5d7842b593855a4bb7acf349f0d2e03.tar.bz2 libsolv-17ea16d7e5d7842b593855a4bb7acf349f0d2e03.zip |
- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02b1eec..0acd289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ ENDIF (FEDORA) IF (DEBIAN) MESSAGE (STATUS "Building for Debian") -ADD_DEFINITIONS (-DDEBIAN -DDEBIAN_SEMANTICS) +ADD_DEFINITIONS (-DDEBIAN) SET (ENABLE_DEBIAN ON) ENDIF (DEBIAN) |