mirror of
https://github.com/r4sas/miniupnpc-epel8
synced 2025-01-30 08:34:13 +00:00
add patches
This commit is contained in:
parent
92e3224db8
commit
bc8eebf5e7
33
miniupnpc-tests.patch
Normal file
33
miniupnpc-tests.patch
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
diff -up miniupnpc-1.9/CMakeLists.txt.orig miniupnpc-1.9/CMakeLists.txt
|
||||||
|
--- miniupnpc-1.9/CMakeLists.txt.orig 2014-04-16 00:13:30.289068350 -0300
|
||||||
|
+++ miniupnpc-1.9/CMakeLists.txt 2014-04-16 00:16:15.527074677 -0300
|
||||||
|
@@ -128,25 +128,25 @@ if (UPNPC_BUILD_TESTS)
|
||||||
|
target_link_libraries (testminixml ${LDLIBS})
|
||||||
|
|
||||||
|
add_executable (minixmlvalid minixmlvalid.c minixml.c)
|
||||||
|
- target_link_libraries (minixmlvalid ${LDLIBS})
|
||||||
|
+ target_link_libraries (minixmlvalid ${LDLIBS} -L. -lminiupnpc)
|
||||||
|
|
||||||
|
add_executable (testupnpreplyparse testupnpreplyparse.c
|
||||||
|
minixml.c upnpreplyparse.c)
|
||||||
|
- target_link_libraries (testupnpreplyparse ${LDLIBS})
|
||||||
|
+ target_link_libraries (testupnpreplyparse ${LDLIBS} -L. -lminiupnpc)
|
||||||
|
|
||||||
|
add_executable (testigddescparse testigddescparse.c
|
||||||
|
igd_desc_parse.c minixml.c miniupnpc.c miniwget.c minissdpc.c
|
||||||
|
upnpcommands.c upnpreplyparse.c minisoap.c connecthostport.c
|
||||||
|
portlistingparse.c receivedata.c
|
||||||
|
)
|
||||||
|
- target_link_libraries (testigddescparse ${LDLIBS})
|
||||||
|
+ target_link_libraries (testigddescparse ${LDLIBS} -L. -lminiupnpc)
|
||||||
|
|
||||||
|
add_executable (testminiwget testminiwget.c
|
||||||
|
miniwget.c miniupnpc.c minisoap.c upnpcommands.c minissdpc.c
|
||||||
|
upnpreplyparse.c minixml.c igd_desc_parse.c connecthostport.c
|
||||||
|
portlistingparse.c receivedata.c
|
||||||
|
)
|
||||||
|
- target_link_libraries (testminiwget ${LDLIBS})
|
||||||
|
+ target_link_libraries (testminiwget ${LDLIBS} -L. -lminiupnpc)
|
||||||
|
|
||||||
|
# set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} testminixml minixmlvalid testupnpreplyparse testigddescparse testminiwget)
|
||||||
|
endif (UPNPC_BUILD_TESTS)
|
10
miniupnpc-version.patch
Normal file
10
miniupnpc-version.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- CMakeLists.txt.orig 2016-06-08 10:22:31.058083356 +0200
|
||||||
|
+++ CMakeLists.txt 2016-06-08 10:22:49.698117692 +0200
|
||||||
|
@@ -118,7 +118,6 @@
|
||||||
|
if (UPNPC_BUILD_SHARED)
|
||||||
|
add_library (upnpc-shared SHARED ${MINIUPNPC_SOURCES})
|
||||||
|
set_target_properties (upnpc-shared PROPERTIES OUTPUT_NAME "miniupnpc")
|
||||||
|
- set_target_properties (upnpc-shared PROPERTIES VERSION ${MINIUPNPC_VERSION})
|
||||||
|
set_target_properties (upnpc-shared PROPERTIES SOVERSION ${MINIUPNPC_API_VERSION})
|
||||||
|
target_link_libraries (upnpc-shared ${LDLIBS})
|
||||||
|
set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} upnpc-shared)
|
Loading…
x
Reference in New Issue
Block a user