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