source: freewrt/package/mrd6/patches/01-ceilf_replacement.patch@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 535 bytes
  • src/Makefile

    diff -urN mrd6-0.9.5/src/Makefile mrd6-0.9.5.new/src/Makefile
    old new  
    4343        CFLAGS += -DNO_INET6_OPTION
    4444endif
    4545
    46 DEST_PREFIX = $(DESTDIR)$(PREFIX)
     46DEST_PREFIX = $(DESTDIR)/$(PREFIX)
    4747
    4848ifeq ($(OPTIMIZE),yes)
    4949        ifeq ($(SPACE_OPTIMIZE),yes)
     
    9797        endif
    9898endif
    9999
    100 LDFLAGS += -lm
     100LDFLAGS += -lm -lnotimpl -L$(STAGING_DIR)/usr/lib
    101101ifeq ($(PLATFORM),OS_LINUX)
    102102        LDFLAGS += -ldl
    103103endif
Note: See TracBrowser for help on using the repository browser.