Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
ca78939a82
6 changed files with 20 additions and 0 deletions
  1. +3
    -0
      package/base/pidentd/pidentd.conf
  2. +3
    -0
      package/base/traceroute/traceroute.conf
  3. +4
    -0
      package/base/usbutils/usbutils.conf
  4. +4
    -0
      package/base/wu-ftpd/wu-ftpd.conf
  5. +3
    -0
      package/gnome14/glib12/glib12.conf
  6. +3
    -0
      package/rene/libjpeg/libjpeg.conf

+ 3
- 0
package/base/pidentd/pidentd.conf

@ -20,4 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
autogen=1
confopt="$confopt --with-des=no"

+ 3
- 0
package/base/traceroute/traceroute.conf

@ -20,4 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
preconf="cp -v $root/usr/share/automake-1.9/config.{sub,guess} ."
makeinstopt="$makeinstopt install-man"

+ 4
- 0
package/base/usbutils/usbutils.conf

@ -0,0 +1,4 @@
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
preconf="cp -v $root/usr/share/automake-1.9/config.{sub,guess} ."

+ 4
- 0
package/base/wu-ftpd/wu-ftpd.conf

@ -0,0 +1,4 @@
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
autogen=1

+ 3
- 0
package/gnome14/glib12/glib12.conf

@ -23,3 +23,6 @@
NO_SANITY_CHECK=1
. $base/package/*/*/gnome-14.conf
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
preconf="cp -v $root/usr/share/automake-1.9/config.{sub,guess} ."

+ 3
- 0
package/rene/libjpeg/libjpeg.conf

@ -20,4 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ] && \
preconf="cp -v $root/usr/share/automake-1.9/config.{sub,guess} ."
confopt="$confopt --enable-shared --enable-static"

Loading…
Cancel
Save