mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 23:52:50 +00:00
/usr/include/mntent.h is not pulled in as noticed by teo
This commit is contained in:
parent
31506cc947
commit
3b4d1e1824
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,6 @@ Requires: cmake
|
|||
%description -n %{develname}
|
||||
Development files and headers for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{calamdate} -a 1
|
||||
rm -rf src/modules/partition/partitionmanager
|
||||
|
@ -111,6 +110,8 @@ mv -f calamares-partitionmanager-%{partdate} src/modules/partition/partitionmana
|
|||
rm -f src/modules/*/*.conf.default-settings
|
||||
|
||||
%build
|
||||
%global optflags %{optflags} -I/usr/include/mntent.h
|
||||
|
||||
%cmake_qt5 -DWITH_PARTITIONMANAGER:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo"
|
||||
|
||||
%make
|
||||
|
|
Loading…
Add table
Reference in a new issue