RPM spec for building MiniUPnPc on CentOS 8
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- CMakeLists.txt.orig 2019-04-30 09:45:52.000000000 +0000
|
|
|
|
+++ CMakeLists.txt 2019-10-22 10:37:38.451427100 +0000
|
|
|
|
@@ -127,7 +127,6 @@ endif ()
|
|
|
|
if (UPNPC_BUILD_SHARED)
|
|
|
|
add_library (libminiupnpc-shared SHARED ${MINIUPNPC_SOURCES})
|
|
|
|
set_target_properties (libminiupnpc-shared PROPERTIES OUTPUT_NAME "miniupnpc")
|
|
|
|
- set_target_properties (libminiupnpc-shared PROPERTIES VERSION ${MINIUPNPC_VERSION})
|
|
|
|
set_target_properties (libminiupnpc-shared PROPERTIES SOVERSION ${MINIUPNPC_API_VERSION})
|
|
|
|
target_link_libraries (libminiupnpc-shared PRIVATE miniupnpc-private)
|
|
|
|
target_compile_definitions(libminiupnpc-shared PRIVATE MINIUPNP_EXPORTS)
|