You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
623 B

  1. --- a/src/modules/rules.mak
  2. +++ b/src/modules/rules.mak
  3. @@ -63,10 +63,10 @@ $(LT_OBJS): $(SERVER_HEADERS)
  4. #
  5. #######################################################################
  6. %.lo: %.c
  7. - $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) $(RLM_CFLAGS) -c $<
  8. + $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) $(CPPFLAGS) $(RLM_CFLAGS) -c $<
  9. %.lo: %.cpp
  10. - $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(CFLAGS) $(RLM_CFLAGS) -c $<
  11. + $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(CFLAGS) $(CPPFLAGS) $(RLM_CFLAGS) -c $<
  12. ifneq ($(TARGET),)
  13. #######################################################################