source: freewrt/package/glib/patches/03-use-glibconfig-sysdefs@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 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: 841 bytes
Line 
1diff -urN glib-1.2.10.old/glib.h glib-1.2.10/glib.h
2--- glib-1.2.10.old/glib.h 2001-02-27 04:44:38.000000000 +0100
3+++ glib-1.2.10/glib.h 2005-04-03 01:43:17.000000000 +0200
4@@ -63,6 +63,7 @@
5 * exist. The prototype looks like the above, give or take a const,
6 * or size_t.
7 */
8+#include <glibconfig-sysdefs.h>
9 #include <glibconfig.h>
10
11 /* include varargs functions for assertment macros
12diff -urN glib-1.2.10.old/configure glib-1.2.10/configure
13--- glib-1.2.10.old/configure 2005-04-03 01:43:49.000000000 +0200
14+++ glib-1.2.10/configure 2005-04-03 01:45:47.000000000 +0200
15@@ -575,16 +575,6 @@
16 # Save this value here, since automake will set cflags later
17 cflags_set=${CFLAGS+set}
18
19-# we rewrite this file
20-rm -f glibconfig-sysdefs.h
21-
22-
23-
24-
25-
26-
27-
28-
29
30 # libtool versioning
31 LT_RELEASE=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION
Note: See TracBrowser for help on using the repository browser.