mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
1dfbfe9823
commit
ba2def0aee
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user