/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2022-04-23 20:39:28 UTC
  • Revision ID: teddy@recompile.se-20220423203928-q2ngppp3pt7cfv4x
Makefile: Add comment about phase out of -lpthread

* Makefile (dracut-module/password-agent): Add comment about -lpthread
  being unnecessary in GNU C library 2.34 and later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
 
297
297
# Need to add the GLib and pthread libraries
298
298
dracut-module/password-agent: CFLAGS += $(GLIB_CFLAGS)
 
299
# Note: -lpthread is unnecessary with the GNU C library 2.34 or later
299
300
dracut-module/password-agent: LDLIBS += $(GLIB_LIBS) -lpthread
300
301
 
301
302
.PHONY: clean