Changeset b4e4107 in freewrt
- Timestamp:
- Mar 20, 2007, 6:09:09 PM (19 years ago)
- Children:
- 7339393
- Parents:
- 317392ca
- Files:
-
- 1 added
- 4 deleted
- 3 edited
-
mk/kpkg.mk (modified) (1 diff)
-
package/fuse/patches/101-kmod_build.patch (modified) (2 diffs)
-
package/openswan/Makefile (modified) (1 diff)
-
package/ulogd/patches/patch-mysql_Makefile_in (deleted)
-
package/ulogd/patches/patch-pcap_Makefile_in (deleted)
-
package/ulogd/patches/patch-pgsql_Makefile_in (deleted)
-
package/ulogd/patches/patch-sqlite3_Makefile_in (deleted)
-
toolchain/binutils/2.16.1/042-ld-Wlcomma.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
mk/kpkg.mk
r317392ca rb4e4107 41 41 c_opts="${KERNEL_C_OPTS}" \ 42 42 KERNELVERSION="${KERNEL}" 43 # this must be done because LD=ld not LD=cc44 TLDFLAGS:= ${TLDFLAGS:-Wl,%=%} -
package/fuse/patches/101-kmod_build.patch
r317392ca rb4e4107 1 1 --- fuse-2.5.2.orig/kernel/Makefile.in 2006-02-02 17:04:52.000000000 +0000 2 2 +++ fuse-2.5.2/kernel/Makefile.in 2007-02-14 05:02:02.000000000 +0000 3 @@ -52,25 +52,1 3@@ distdir: $(DISTFILES) $(COMPATDISTFILES)3 @@ -52,25 +52,11 @@ distdir: $(DISTFILES) $(COMPATDISTFILES) 4 4 mkdir $(distdir)/compat 5 5 cp -p $(COMPATDISTFILES) $(distdir)/compat 6 6 7 -ifeq ($(majver), 2.4) 8 +# if kernel 2.6 uses LD=cc move this to 2.4 which uses LD=ld 9 +LDFLAGS:=${LDFLAGS:-Wl,%=%} 7 ifeq ($(majver), 2.4) 10 8 11 9 -CC = gcc … … 13 11 -CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe @KERNELCFLAGS@ 14 12 -CPPFLAGS = -I@kernelsrc@/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"$(VERSION)\" @KERNELCPPFLAGS@ 15 +ifeq ($(majver), 2.4)16 13 17 14 fuse_objs = dev.o dir.o file.o inode.o compat/parser.o -
package/openswan/Makefile
r317392ca rb4e4107 41 41 USERCOMPILE="${FLAGS}" \ 42 42 AS="${TARGET_CC} -c ${TCFLAGS}" \ 43 LDFLAGS='${TLDFLAGS:-Wl,%=%}' \44 43 module 45 44
Note:
See TracChangeset
for help on using the changeset viewer.
