yo8192 / fcron

fcron is an advanced cron for Linux/Unix systems
http://fcron.free.fr
GNU General Public License v2.0
136 stars 12 forks source link

build ignores LDFLAGS #20

Closed MagicalTux closed 1 year ago

MagicalTux commented 1 year ago

While LDFLAGS is defined in Makefile.in the value isn't used when performing linking, causing link to fail if libs aren't located in standard locations.

All those commands should add $(LDFLAGS) after or instead $(CFLAGS)

yo8192 commented 1 year ago

Good point, thanks. This should be fixed by commit af4fd02308c677ea0c41331995e8eb48adda6318. Please Reopen if there was still an issue.