Menu

#307 Building BSD libs doesn't pass LDFLAGS

closed-fixed
libext2 (27)
5
2012-05-12
2012-04-12
No

I was trying to build 32-bit e2fsprogs for Mac OS X Lion, but the linker would complain that the compiled objects weren't x86_64. When looking through the makefile, it seems that LDFLAGS aren't being passed to the linker for BSD libs.

Discussion

  • Theodore Ts'o

    Theodore Ts'o - 2012-05-12
    • status: open --> closed-fixed
     
  • Theodore Ts'o

    Theodore Ts'o - 2012-05-12

    Thanks for reporting this. I've added $(LDFLAGS) to the linker line in Makefile.bsd-lib; this will be in the next release of e2fsprogs.