Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
194f055e5a
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      package/base/findutils/findutils.conf

+ 4
- 6
package/base/findutils/findutils.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -26,12 +27,9 @@ fu_pm() {
INSTALL_WRAPPER_FILTER="" ln -sfv ../../bin/xargs $root/usr/bin/xargs
}
if [ $stagelevel -gt 0 ]; then
var_append INSTALL_WRAPPER_FILTER "|" \
"sed -e 's,usr/bin/find,bin/find,' -e 's,usr/bin/xargs,bin/xargs,'"
hook_add postmake 3 "fu_pm"
fi
var_append INSTALL_WRAPPER_FILTER "|" \
"sed -e 's,usr/bin/find,bin/find,' -e 's,usr/bin/xargs,bin/xargs,'"
hook_add postmake 3 "fu_pm"
export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"

Loading…
Cancel
Save