source: freewrt/package/mini_sendmail/patches/500-flags.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 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: 363 bytes
  • mini_sendmail-1.3.5/Makefile

    old new  
    77BINDIR =        /usr/local/sbin
    88MANDIR =        /usr/local/man
    99CC =            gcc
    10 CFLAGS =        -O
     10OFLAGS =        -O
     11CFLAGS =        $(OFLAGS)
    1112#CFLAGS =       -g
    12 LDFLAGS =       -s -static
     13LDFLAGS =
    1314#LDFLAGS =      -g -static
    1415LDLIBS =        $(SYSV_LIBS)
    1516
Note: See TracBrowser for help on using the repository browser.