glib.spec: Do --enable-debug=no for the .rpm's.

glib.spec: Do --enable-debug=no for the .rpm's.
This commit is contained in:
Elliot Lee 1999-02-18 00:10:04 +00:00
parent 1dfbfe9823
commit ba2def0aee
9 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -1,3 +1,7 @@
1999-02-17 Elliot Lee <sopwith@redhat.com>
* glib.spec: Do --enable-debug=no for the .rpm's.
Wed Feb 17 17:04:06 1999 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Must define HAVE_PTHREAD_GETSPECIFIC_POSIX.

View File

@ -41,9 +41,9 @@ useful data structures.
%build
# Needed for snapshot releases.
if [ ! -f configure ]; then
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --enable-debug=no
else
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --enable-debug=no
fi
if [ "$SMP" != "" ]; then