Takashi Iwai
123eb53ee0
To be used by libavif OBS-URL: https://build.opensuse.org/request/show/991738 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libyuv?expand=0&rev=1
20 lines
648 B
Diff
20 lines
648 B
Diff
From: Peter Lemenkov <lemenkov@gmail.com>
|
|
Date: Mon, 24 Sep 2018 15:15:09 +0200
|
|
Subject: [PATCH] Use library suffix during installation
|
|
|
|
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 854aea7f..eb12ab4f 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -73,7 +73,7 @@ endif()
|
|
|
|
|
|
# install .so, and all the header files
|
|
-INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib )
|
|
+INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib${LIB_SUFFIX} )
|
|
INSTALL ( DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include )
|
|
|
|
# create the .deb and .rpm packages using cpack
|