Commit f7a81eeb by Dwight Engen Committed by Daniel Lezcano

Remove unneeded ksrc spec file macro

Change 910bb4fa obviated the need for the --with-linuxdir configure option which means that the ksrc rpm macro no longer makes sense either. Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent c4b697f2
...@@ -13,4 +13,4 @@ ChangeLog:: ...@@ -13,4 +13,4 @@ ChangeLog::
@touch ChangeLog @touch ChangeLog
rpm: dist rpm: dist
rpmbuild --clean -ta --define "ksrc ${LINUX_DIR}" ${distdir}.tar.gz rpmbuild --clean -ta ${distdir}.tar.gz
...@@ -62,7 +62,6 @@ development of the linux containers. ...@@ -62,7 +62,6 @@ development of the linux containers.
%prep %prep
%setup %setup
%build %build
test "%{ksrc}" != "none" && args="--with-linuxdir=%{ksrc}"
PATH=$PATH:/usr/sbin:/sbin %configure $args --disable-rpath PATH=$PATH:/usr/sbin:/sbin %configure $args --disable-rpath
make %{?_smp_mflags} make %{?_smp_mflags}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment