2009-11-29 14:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/harbour-win-spec
* harbour/harbour-wce-spec
* harbour/mpkg_rpm_win.sh
* harbour/mpkg_rpm_wce.sh
* removed all conditional build settings - they are not necessary
for current make system
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-29 14:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/harbour-win-spec
|
||||
* harbour/harbour-wce-spec
|
||||
* harbour/mpkg_rpm_win.sh
|
||||
* harbour/mpkg_rpm_wce.sh
|
||||
* removed all conditional build settings - they are not necessary
|
||||
for current make system
|
||||
|
||||
2009-11-29 13:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* harbour.spec
|
||||
* harbour-win-spec
|
||||
|
||||
@@ -9,16 +9,6 @@
|
||||
# See COPYING for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
######################################################################
|
||||
# Conditional build:
|
||||
# --with mysql - build mysql lib
|
||||
# --with pgsql - build pgsql lib
|
||||
# --with gd - build gd lib
|
||||
# --with allegro - build gtalleg - Allegro based GT driver
|
||||
# --with ads - build rddads
|
||||
# --with odbc - build odbc lib
|
||||
######################################################################
|
||||
|
||||
######################################################################
|
||||
## Definitions.
|
||||
######################################################################
|
||||
@@ -135,10 +125,6 @@ mkdir -p $HB_BIN_INSTALL
|
||||
|
||||
make install %{?_smp_mflags}
|
||||
|
||||
[ "%{?_with_odbc:1}" ] || rm -f $HB_LIB_INSTALL/libhbodbc.a
|
||||
[ "%{?_with_allegro:1}" ] || rm -f $HB_LIB_INSTALL/libgtalleg.a
|
||||
[ "%{?_with_ads:1}" ] || rm -f $HB_LIB_INSTALL/librddads.a
|
||||
|
||||
# remove unused files
|
||||
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe
|
||||
|
||||
|
||||
@@ -9,16 +9,6 @@
|
||||
# See COPYING for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
######################################################################
|
||||
# Conditional build:
|
||||
# --with mysql - build mysql lib
|
||||
# --with pgsql - build pgsql lib
|
||||
# --with gd - build gd lib
|
||||
# --with allegro - build gtalleg - Allegro based GT driver
|
||||
# --with ads - build rddads
|
||||
# --with odbc - build odbc lib
|
||||
######################################################################
|
||||
|
||||
######################################################################
|
||||
## Definitions.
|
||||
######################################################################
|
||||
@@ -135,10 +125,6 @@ mkdir -p $HB_BIN_INSTALL
|
||||
|
||||
make install %{?_smp_mflags}
|
||||
|
||||
[ "%{?_with_odbc:1}" ] || rm -f $HB_LIB_INSTALL/libhbodbc.a
|
||||
[ "%{?_with_allegro:1}" ] || rm -f $HB_LIB_INSTALL/libgtalleg.a
|
||||
[ "%{?_with_ads:1}" ] || rm -f $HB_LIB_INSTALL/librddads.a
|
||||
|
||||
# remove unused files
|
||||
rm -fR ${HB_BIN_INSTALL}/{harbour,hbpp,hbmk2,hbrun,hbi18n,hbtest}.exe
|
||||
|
||||
|
||||
@@ -11,16 +11,6 @@
|
||||
# See COPYING for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
######################################################################
|
||||
# Conditional build:
|
||||
# --with mysql - build mysql lib
|
||||
# --with pgsql - build pgsql lib
|
||||
# --with gd - build gd lib
|
||||
# --with allegro - build GTALLEG - Allegro based GT driver
|
||||
# --with ads - build ADS RDD
|
||||
# --without odbc - do not build odbc lib
|
||||
######################################################################
|
||||
|
||||
test_reqrpm()
|
||||
{
|
||||
rpm -q --whatprovides "$1" &> /dev/null
|
||||
@@ -69,12 +59,6 @@ do
|
||||
shift
|
||||
done
|
||||
|
||||
if [ -f /usr/local/ads/acesdk/ace.h ] || \
|
||||
[ -f ${HOME}/ads/acesdk/ace.h ]
|
||||
then
|
||||
INST_PARAM="${INST_PARAM} --with ads"
|
||||
fi
|
||||
|
||||
TOINST_LST=""
|
||||
for i in ${NEED_RPM}
|
||||
do
|
||||
|
||||
@@ -11,16 +11,6 @@
|
||||
# See COPYING for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
######################################################################
|
||||
# Conditional build:
|
||||
# --with mysql - build mysql lib
|
||||
# --with pgsql - build pgsql lib
|
||||
# --with gd - build gd lib
|
||||
# --with allegro - build GTALLEG - Allegro based GT driver
|
||||
# --with ads - build ADS RDD
|
||||
# --without odbc - do not build odbc lib
|
||||
######################################################################
|
||||
|
||||
test_reqrpm()
|
||||
{
|
||||
rpm -q --whatprovides "$1" &> /dev/null
|
||||
@@ -91,12 +81,6 @@ do
|
||||
shift
|
||||
done
|
||||
|
||||
if [ -f /usr/local/ads/acesdk/ace.h ] || \
|
||||
[ -f ${HOME}/ads/acesdk/ace.h ]
|
||||
then
|
||||
INST_PARAM="${INST_PARAM} --with ads"
|
||||
fi
|
||||
|
||||
TOINST_LST=""
|
||||
for i in ${NEED_RPM}
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user