| Summary: | Review request: vdr-mpv - A mpv player plugin for VDR | ||
|---|---|---|---|
| Product: | Package Reviews | Reporter: | MartinKG <mgansser> |
| Component: | Review Request | Assignee: | RPM Fusion Package Review <rpmfusion-package-review> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rpmfusion-package-review, sergio |
| Priority: | P5 | ||
| Version: | Current | ||
| Hardware: | All | ||
| OS: | GNU/Linux | ||
| namespace: | |||
| Bug Depends on: | |||
| Bug Blocks: | 4 | ||
|
Description
MartinKG
2015-06-11 19:04:04 CEST
Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/vdr-mpv.spec SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/vdr-mpv-0.0.4-1.fc22.src.rpm %changelog * Tue Jun 30 2015 Martin Gansser <martinkg@fedoraproject.org> - 0.0.4-1 - Update to 0.0.4 As Martin mention it is a small program...
package review
0 errors, 0 warnings.
Only question that I have is: why we need added -fPIC in %build ?
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
Package APPROVED
(In reply to comment #2) > As Martin mention it is a small program... > > package review > 0 errors, 0 warnings. > > Only question that I have is: why we need added -fPIC in %build ? > > %build > make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} > all > > Package APPROVED compilation fails without -fPIC g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared mpv.o config.o control.o filebrowser.o osd.o player.o playmenu.o setup.o status.o -lXrandr -lmpv -o libvdr-mpv.so /usr/bin/ld: mpv.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC @Sergio, thanks for your help Package CVS request ====================== Package Name: vdr-mpv Short Description: A mpv player plugin for VDR Owners: martinkg Branches: f21 f22 InitialCC: ---------------------- License tag: free imported and build of the package was successfully for f24 and rawhide. The import and build have been done correctly. |