]> git.pld-linux.org Git - packages/libphonenumber.git/blob - libphonenumber-link.patch
- updated to 8.13.8
[packages/libphonenumber.git] / libphonenumber-link.patch
1 --- libphonenumber-8.13.8/cpp/CMakeLists.txt.orig       2020-04-22 12:05:08.000000000 +0200
2 +++ libphonenumber-8.13.8/cpp/CMakeLists.txt    2020-04-29 06:39:39.838900132 +0200
3 @@ -499,7 +499,7 @@ if (BUILD_SHARED_LIBS)
4  
5    if (BUILD_GEOCODER)
6      add_library (geocoding-shared SHARED ${GEOCODING_SOURCES})
7 -    target_link_libraries (geocoding-shared ${LIBRARY_DEPS})
8 +    target_link_libraries (geocoding-shared phonenumber-shared ${LIBRARY_DEPS})
9      target_include_directories(geocoding-shared PUBLIC $<INSTALL_INTERFACE:include>)
10      add_dependencies (geocoding-shared generate_geocoding_data)
11      add_dependencies (phonenumber-shared generate_geocoding_data)
This page took 0.068737 seconds and 3 git commands to generate.