fcron: fix build
This commit is contained in:
parent
5095d2d3d0
commit
b6e47547ee
|
@ -46,7 +46,7 @@ conf_files="
|
|||
## me: fcron installer is not the king. I'm.
|
||||
## fcron: Wine is coming.
|
||||
CFLAGS="-DHAVE_LIBPAM=1"
|
||||
LDFLAGS="-lpam"
|
||||
LDFLAGS="-Wl,--no-as-needed -lpam"
|
||||
pre_configure() {
|
||||
sed -i 's|$(CFLAGS)|$(CFLAGS) $(LDFLAGS)|g' Makefile.in # pass LDFLAGS for PIE
|
||||
autoupdate
|
||||
|
|
Loading…
Reference in New Issue