diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-17 12:21:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-17 12:21:13 +0000 |
commit | b3b4b3022e7d6192571793b6d530bcffb9e0967f (patch) | |
tree | 9543a058adc0a9d2c5a2558fb881e7c6f10955d3 /package/glib | |
parent | baa2f35597155c773f1984056f25173da48cee18 (diff) | |
download | upstream-b3b4b3022e7d6192571793b6d530bcffb9e0967f.tar.gz upstream-b3b4b3022e7d6192571793b6d530bcffb9e0967f.tar.bz2 upstream-b3b4b3022e7d6192571793b6d530bcffb9e0967f.zip |
fix svn patch breakage in glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/patches/01-debian-9 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/glib/patches/01-debian-9 b/package/glib/patches/01-debian-9 index 78358e07d4..20608c0e8c 100644 --- a/package/glib/patches/01-debian-9 +++ b/package/glib/patches/01-debian-9 @@ -16611,22 +16611,6 @@ }; /* This works around a problem in FreeBSD linker */ -@@ -2613,13 +3455,13 @@ - fi - - pic_flag_for_symtable= -- case "$host" in -+ case $host in - # compiling the symbol table file with pic_flag works around - # a FreeBSD bug that causes programs to crash when -lm is - # linked before any other PIC object. But we must not use - # pic_flag when linking with -static. The problem exists in - # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. -- *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) -+ *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) - case "$compile_command " in - *" -static "*) ;; - *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";; @@ -2658,7 +3500,7 @@ finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` fi |