DEB tqt3: Add the tirpc include directory to the includes.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/18/head
Slávek Banko 4 years ago
parent b4491fdf86
commit 56000dfd7f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -43,6 +43,8 @@ P_APPSDEV = $(DEBIAN)/tqt3-apps-dev
P_HEADERS = $(DEBIAN)/libtqt3-headers
P_QTMTDEV = $(DEBIAN)/libtqt3-mt-dev
RPC_INCLUDES = $(if $(wildcard /usr/include/tirpc),-I/usr/include/tirpc,)
TMP_INSTALL = $(DEBIAN)/tmp-install
CONFIGURE_OPTS = \
@ -102,6 +104,8 @@ CONFIGURE_OPTS = \
-I/usr/include/freetype2 \
-I`pg_config --includedir` \
-I`pg_config --includedir-server` \
$(RPC_INCLUDES) \
\
-L/usr/lib/$(DEB_HOST_MULTIARCH)\
\
-lfontconfig \

@ -35,6 +35,8 @@ P_APPSDEV = $(DEBIAN)/tqt3-apps-dev
P_HEADERS = $(DEBIAN)/libtqt3-headers
P_QTMTDEV = $(DEBIAN)/libtqt3-mt-dev
RPC_INCLUDES = $(if $(wildcard /usr/include/tirpc),-I/usr/include/tirpc,)
TMP_INSTALL = $(DEBIAN)/tmp-install
CONFIGURE_OPTS = \
@ -94,6 +96,8 @@ CONFIGURE_OPTS = \
-I/usr/include/freetype2 \
-I`pg_config --includedir` \
-I`pg_config --includedir-server` \
$(RPC_INCLUDES) \
\
-L/usr/lib/$(DEB_HOST_MULTIARCH)\
\
-lfontconfig \

@ -43,6 +43,8 @@ P_APPSDEV = $(DEBIAN)/tqt3-apps-dev
P_HEADERS = $(DEBIAN)/libtqt3-headers
P_QTMTDEV = $(DEBIAN)/libtqt3-mt-dev
RPC_INCLUDES = $(if $(wildcard /usr/include/tirpc),-I/usr/include/tirpc,)
TMP_INSTALL = $(DEBIAN)/tmp-install
CONFIGURE_OPTS = \
@ -102,6 +104,8 @@ CONFIGURE_OPTS = \
-I/usr/include/freetype2 \
-I`pg_config --includedir` \
-I`pg_config --includedir-server` \
$(RPC_INCLUDES) \
\
-L/usr/lib/$(DEB_HOST_MULTIARCH)\
\
-lfontconfig \

Loading…
Cancel
Save