Accepting request 633202 from home:lee_duncan:branches:network
- Use libkmod instead of running modprobe (bsc#1106685), updating the spec file, and: * open-iscsi-SUSE-latest.diff.bz2 OBS-URL: https://build.opensuse.org/request/show/633202 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=110
This commit is contained in:
parent
0f189320d3
commit
926e7e26ad
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:710c6968fe38860faaa13f3502e34ed8d8bf826c34bd1486341ea48fbdfb33fc
|
||||
size 4135
|
||||
oid sha256:ba7993d30a79ff0b2527a51bbe712c44223ebb8c120ce713e4c01a2d32ac0b35
|
||||
size 4391
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 17:35:55 UTC 2018 - lduncan@suse.com
|
||||
|
||||
- Use libkmod instead of running modprobe (bsc#1106685), updating
|
||||
the spec file, and:
|
||||
* open-iscsi-SUSE-latest.diff.bz2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 16:15:47 UTC 2018 - lduncan@suse.com
|
||||
|
||||
|
@ -32,6 +32,7 @@ BuildRequires: bison
|
||||
BuildRequires: db-devel < 5
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: libkmod-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
@ -105,7 +106,7 @@ the libopeniscsiusr library.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="" user
|
||||
make %{?_smp_mflags} OPTFLAGS="%{optflags} -fno-strict-aliasing -DOFFLOAD_BOOT_SUPPORTED -DUSE_KMOD -I/usr/include/kmod -DLOCK_DIR=\\\"%{_sysconfdir}/iscsi\\\"" LDFLAGS="-lkmod" user
|
||||
cd iscsiuio
|
||||
touch AUTHORS NEWS
|
||||
autoreconf --install
|
||||
|
Loading…
x
Reference in New Issue
Block a user