source:
freewrt/package/motion/patches/02-honor_cppflags.patch@
d419478
| Last change on this file since d419478 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 829 bytes | |
-
motion-3.2.5.
diff -ruN motion-3.2.5.1-old/Makefile.in motion-3.2.5.1-new/Makefile.in
old new 32 32 ################################################################################ 33 33 CFLAGS = @CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -D_REENTRANT \ 34 34 -Dsysconfdir=\"$(sysconfdir)\" 35 CPPFLAGS = @CPPFLAGS@ 35 36 LDFLAGS = @LDFLAGS@ 36 37 LIBS = @LIBS@ 37 38 VIDEO_OBJ = @VIDEO@ … … 115 116 ################################################################################ 116 117 $(DEPEND_FILE): *.h $(SRC) 117 118 @echo "Generating dependencies, please wait..." 118 @$(CC) $(CFLAGS) -M $(SRC) > .tmp119 @$(CC) $(CFLAGS) $(CPPFLAGS) -M $(SRC) > .tmp 119 120 @mv -f .tmp $(DEPEND_FILE) 120 121 @echo 121 122
Note:
See TracBrowser
for help on using the repository browser.
