source: gs2-extensions/afrepo/trunk/src/packages/patches/4store.patch@ 27274

Last change on this file since 27274 was 27274, checked in by davidb, 11 years ago

4store needs to be patched to work on the version of CentOS Illinois are running on their Nema ROCKS head-node

File size: 436 bytes
RevLine 
[27274]1--- src/frontend/Makefile.in 2012-07-10 03:57:13.000000000 -0500
2+++ src/frontend/Makefile.in.new 2013-04-28 21:03:23.887479832 -0500
3@@ -200,7 +200,7 @@
4 LD = @LD@
5 LDFLAGS = @LDFLAGS@
6 LIBOBJS = @LIBOBJS@
7-LIBS = $(PROFILE) -lncurses -lreadline @GLIB_LIBS@ `pcre-config --libs`
8+LIBS = $(PROFILE) -lreadline -lncurses @GLIB_LIBS@ `pcre-config --libs`
9 LIBTOOL = @LIBTOOL@
10 LIBXML_CFLAGS = @LIBXML_CFLAGS@
11 LIBXML_LIBS = @LIBXML_LIBS@
Note: See TracBrowser for help on using the repository browser.