summaryrefslogtreecommitdiff
blob: 8fbfb111196fed6df870c5fab4d9e2b216e2356f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile
+++ Makefile
@@ -37,7 +37,7 @@
 	ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(SOMAJOR)
 
 $(SHAREDLIB): utmpintf.os
-	$(CC) -o $@ -shared -Wl,-soname,$(SONAME) $^ -lc
+	$(CC) $(LDFLAGS) -o $@ -shared -Wl,-soname,$(SONAME) $^ -lc
 
 utmpintf.o: utmpintf.c utempter.h