forked from pool/lua-lua-ev
Accepting request 1295836 from devel:languages:lua
- Add CMAKE_POLICY_VERSION_MINIMUM=3.5 configuration to build with current CMake. OBS-URL: https://build.opensuse.org/request/show/1295836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-lua-ev?expand=0&rev=5
This commit is contained in:
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
mtime: 1753472956
|
||||||
|
commit: cc0bb968fa4e244d648eb303a829892cacdd51aacc00fbad9691b61b4cba3021
|
||||||
|
url: https://src.opensuse.org/lua/lua-lua-ev.git
|
||||||
|
revision: cc0bb968fa4e244d648eb303a829892cacdd51aacc00fbad9691b61b4cba3021
|
||||||
|
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git
|
||||||
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 25 19:47:59 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add CMAKE_POLICY_VERSION_MINIMUM=3.5 configuration to build
|
||||||
|
with current CMake.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 23 10:26:03 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
Wed Nov 23 10:26:03 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ rm -fv tests/test-dns.lua
|
|||||||
cmake -H. -Bbuild -DCMAKE_C_FLAGS="%{optflags}" \
|
cmake -H. -Bbuild -DCMAKE_C_FLAGS="%{optflags}" \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=OFF \
|
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=OFF \
|
||||||
|
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
( cd build ; make )
|
( cd build ; make )
|
||||||
mv build/ev.so build/libev.so.%{libev_sover}
|
mv build/ev.so build/libev.so.%{libev_sover}
|
||||||
@@ -101,6 +102,7 @@ mv build/ev.so build/libev.so.%{libev_sover}
|
|||||||
cmake -H. -Bbuild -DCMAKE_C_FLAGS="%{optflags}" \
|
cmake -H. -Bbuild -DCMAKE_C_FLAGS="%{optflags}" \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=OFF \
|
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=OFF \
|
||||||
|
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
( cd build ; make )
|
( cd build ; make )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user