|
|
@@ -33,7 +33,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: 2.3.25
|
|
|
-Release: 20060801
|
|
|
+Release: 20060804
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -159,7 +159,7 @@ AutoReqProv: no
|
|
|
|
|
|
# configuration: special platform support
|
|
|
case "%{l_platform -t}" in
|
|
|
- *-sunos* ) LIBS="$LIBS -lrt" ;;
|
|
|
+ *-sunos* ) CFLAGS="$CFLAGS -D_AVL_H"; LIBS="$LIBS -lrt" ;;
|
|
|
esac
|
|
|
|
|
|
# configuration: use hard-links and make sure our Berkeley-DB is picked up first
|