mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-24 12:47:37 +01:00
rules fix for CMake build with uPNP enabled
This commit is contained in:
parent
1139e0a4cc
commit
952c615a31
1 changed files with 4 additions and 1 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -11,7 +11,10 @@ CXXFLAGS+=$(CPPFLAGS)
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@ --parallel --buildsystem=cmake --sourcedirectory=build
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- -DWITH_UPNP=ON
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=i2pd-dbg
|
dh_strip --dbg-package=i2pd-dbg
|
||||||
|
|
Loading…
Add table
Reference in a new issue