Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1548657 - libgdither: Partial injection of Fedora build flags
Summary: libgdither: Partial injection of Fedora build flags
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libgdither
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: Fedora28BuildFlags
TreeView+ depends on / blocked
 
Reported: 2018-02-24 09:54 UTC by Florian Weimer
Modified: 2018-07-17 08:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-17 08:15:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2018-02-24 09:54:36 UTC
/usr/lib64/libgdither.so.1.0 in libgdither-0.6-15.fc28.x86_64 has not been linked with the standard Fedora linker flags (LDFLAGS) from redhat-rpm-config.

Looking at the makefile, there does not seem to be a good way to injection the linker flags:

libgdither.so: gdither.o
	$(CC) -shared gdither.o -Wl,-soname,libgdither.so.1 -o libgdither.so.1.0

See https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/buildflags.md for information on RPM macros and environment variables provided by the build environment.

Comment 1 Nicolas Chauvet (kwizart) 2018-07-17 08:15:27 UTC
Fixed by (thx)
* Tue Apr 10 2018 Rafael Santos <rdossant> - 0.6-16


Note You need to log in before you can comment on or make changes to this bug.