redhat build updates on fedora

This commit is contained in:
Matt Wells 2014-05-25 09:58:07 -04:00
parent 3fe1d3f184
commit 98c2e7a8b6
4 changed files with 7 additions and 2 deletions

View File

@ -468,6 +468,7 @@ geo_ip_table.o: geo_ip_table.cpp geo_ip_table.h
# move this tarball into ~/rpmbuild/?????
# then run rpmbuild -ba gb-1.0.spec to build the rpms
# rpm --nodeps --ignorearch -ivh gb-1.0-... to install the pkg
tarball-testing:
# git archive --format=tar master | gzip > gb.tar
git archive --format=tar --prefix=gb-1.0/ testing > gb-1.0.tar

View File

@ -626,7 +626,7 @@ User *Users::getUser (char *username ) { //,bool cacheLoad){
// . returns the User record on success
User *Users::isUserLogged ( char *username, long ip ){
// bail out if init has failed
if ( !m_init ) return false;
if ( !m_init ) return (User *)NULL;
// get the user to the login cache
// get user record from cache

View File

@ -1,3 +1,5 @@
%global debug_package %{nil}
Summary: A distributed web and enterprise search engine.
Name: gb
Version: 1.0

View File

@ -99,7 +99,9 @@ If you run into an bugs let me know so i can fix them right away: mattdwells@hot
<!--
You will need the following packages installed<br>
<ul>
<li>do a <b>apt-get install make g++ gcc-multilib</b>
<li>For Ubuntu do a <b>apt-get install make g++ gcc-multilib</b>
<br>
For RedHat do a <b>yum install gcc-c++</b>
-->
<!--<li>apt-get install g++
<li>apt-get install gcc-multilib <i>(for 32-bit compilation support)</i>