source: freewrt/package/ulogd/patches/ulogd-1.23-inc-patch.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: 912 bytes
  • Rules.make.in

    diff -ruN ulogd-1.23-old/Rules.make.in ulogd-1.23-new/Rules.make.in
    old new  
    2222CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\"
    2323# doesn't work for subdirs
    2424#CFLAGS+=$(INCIPULOG) $(INCCONFFILE)
    25 CFLAGS+=-I/lib/modules/`uname -r`/build/include
     25#CFLAGS+=-I/lib/modules/`uname -r`/build/include
    2626#CFLAGS+=@DEFS@
    2727#CFLAGS+=-g -DDEBUG -DDEBUG_MYSQL -DDEBUG_PGSQL
    2828
  • libipulog/Makefile.in

    diff -ruN ulogd-1.23-old/libipulog/Makefile.in ulogd-1.23-new/libipulog/Makefile.in
    old new  
    11#
    22
    33include @top_srcdir@/Rules.make
    4 CFLAGS+=-Iinclude -I/usr/src/linux/include
     4CFLAGS+=-Iinclude
    55
    66libipulog.a: libipulog.o
    77        $(LD) -i $< -o $@
Note: See TracBrowser for help on using the repository browser.