debian/rules: Link against libbsd on kfreebsd (Closes: #874301)
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
libgtop2 (2.40.0-3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* debian/rules: Link against libbsd on kfreebsd (Closes: #874301)
|
||||||
|
|
||||||
|
-- Laurent Bigonville <bigon@debian.org> Tue, 18 Feb 2020 09:26:06 +0100
|
||||||
|
|
||||||
libgtop2 (2.40.0-2) unstable; urgency=medium
|
libgtop2 (2.40.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Build-Depend on debhelper-compat 12 and drop debian/compat
|
* Build-Depend on debhelper-compat 12 and drop debian/compat
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@@ -7,6 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
|
|||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
||||||
CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
||||||
|
LDFLAGS += $(shell pkg-config --libs libbsd-overlay)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
Reference in New Issue
Block a user