mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation in debian/rules
This commit is contained in:
parent
83e198260b
commit
ddf98a52ca
2 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@ export DH_VERBOSE = 1
|
|||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/default.mk
|
||||
|
||||
export DEB_BUILD_MAINT_PTIONS = hardening=+all
|
||||
#export DEB_BUILD_MAINT_PTIONS = hardening=+all
|
||||
export QT_SELECT = qt5
|
||||
|
||||
MY_BUILDDIR = _build
|
||||
|
@ -17,7 +17,7 @@ MY_BUILDDIR = _build
|
|||
# We call mkdir here because of #800738.
|
||||
override_dh_auto_configure:
|
||||
@mkdir -p $(MY_BUILDDIR)
|
||||
dh_auto_configure -- ../src
|
||||
dh_auto_configure -- CONFIG="release retroshare_plugins rs_autologin" PREFIX=/usr LIB_DIR=/usr/lib ../src
|
||||
|
||||
# Upstream ships with a 'history' directory containing ancient code.
|
||||
# We are not interested in installing this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue