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

Vitaly Zaitsev <vit...@easycoding.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vit...@easycoding.org
           Assignee|nob...@fedoraproject.org    |vit...@easycoding.org
              Flags|                            |fedora-review?



--- Comment #2 from Vitaly Zaitsev <vit...@easycoding.org> ---
> touch configure
> chmod +x configure

You can set build flags using:
export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"

> make PREFIX=%{buildroot}/usr install

Do not use hardcoded paths. Use macro instead:
%make_install PREFIX=%{_prefix}

-- 
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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to