mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
debian/rules: Only build fcst if libfc has been enabled in the kernel (trunk r9429)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.5.x@9464 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -13,7 +13,7 @@ export DH_VERBOSE = 1
|
||||
# package maintainers to append LDFLAGS
|
||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
SUBDIRS=scst fcst iscsi-scst qla2x00t/qla2x00-target scst_local scstadmin srpt
|
||||
SUBDIRS=scst $(shell grep -qw '^CONFIG_LIBFC' /boot/config-$(uname -r) && echo fcst) iscsi-scst qla2x00t/qla2x00-target scst_local scstadmin srpt
|
||||
DESTDIR=$(CURDIR)/debian/tmp
|
||||
VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user