https://bugzilla.redhat.com/show_bug.cgi?id=1071163



--- Comment #14 from Gerd Pokorra <g...@zimt.uni-siegen.de> ---
- modify Configure.pl so that the Fedora specific flags for cflags and ldflags
  will be written to the Makefile
- make lib64 directory creation more general

new SRPM URL:
ftp://ftp.uni-siegen.de/pub/review/moarvm-0.2014.04-3.fc20.src.rpm

Spec URL: ftp://ftp.uni-siegen.de/pub/review/moarvm.spec
is a link to the new spec file: moarvm_8.spec

Successful rawhide scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=6822793


'perl Configure.pl --help' shows the available configuration options.

There are no options for cc and ld flags. So I modified Configurel.pl to set
the flags for the Fedora needs.


  %ifarch x86_64
    mkdir -p $RPM_BUILD_ROOT%{_libdir}
  %endif

is replaced with

  [ %{_lib} == lib ] || mkdir -p $RPM_BUILD_ROOT%{_libdir}

to make it more general for 64-bit computing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to