File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Priority: optional
66Standards-Version: 4.5.0
77Build-Depends: cmake,
88 debhelper (>= 10),
9- libpcre2-dev,
9+ libpcre2-dev (>= 10.21) ,
1010 pkg-config
1111Vcs-Browser: https://github.com/CESNET/libyang/tree/master
1212Vcs-Git: https://github.com/CESNET/libyang.git
@@ -28,7 +28,7 @@ Description: parser toolkit for IETF YANG data modeling - runtime
2828 to use in processing configurations.
2929
3030Package: libyang2-dev
31- Depends: libpcre2-dev,
31+ Depends: libpcre2-dev (>= 10.21) ,
3232 libyang2 (= ${binary:Version}),
3333 ${misc:Depends}
3434Conflicts: libyang-dev
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ mkdir build
4040cd build
4141cmake \
4242 -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix } \
43- -DCMAKE_BUILD_TYPE:String=" Package " \
43+ -DCMAKE_BUILD_TYPE:String=" Release " \
4444 -DCMAKE_C_FLAGS=" ${RPM_OPT_FLAGS} " \
4545 -DCMAKE_CXX_FLAGS=" ${RPM_OPT_FLAGS} " \
4646 ..
You can’t perform that action at this time.
0 commit comments