ttmkfdir/ttmkfdir-3.0.9-fedora-ldflags.patch
Troy Dawson fc0c1b6912 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/ttmkfdir#d262c415c7e6a3375d2b3a6df54e10ded78f9abc
2020-10-15 13:05:59 -07:00

11 lines
323 B
Diff

--- ttmkfdir-3.0.9.old/Makefile 2018-03-07 16:47:47.102558995 +0530
+++ ttmkfdir-3.0.9/Makefile 2018-03-07 16:57:46.484386555 +0530
@@ -29,6 +29,7 @@
CXX=g++
CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG) $(OPTFLAGS)
LDFLAGS=$(FREETYPE_LIB) $(DEBUG) -lz
+override LDFLAGS += $(RPM_LD_FLAGS)
DESTDIR=
PREFIX=/usr