wget -O /ffp/bin/config.guess ‘http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD‘ wget -O /ffp/bin/config.sub ‘http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD‘ chmod +x /ffp/bin/config.guess chmod +x /ffp/bin/config.sub sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/roff2text sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/pprof sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/grog sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/roff2x sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/roff2ps sed -i s/”\/usr\/bin\/env”/”\/ffp\/bin\/env”/g /ffp/bin/gdbus-codegen sed -i […]
Month: January 2015
FFP 0.7 startup scripts
#Executed at startup /usr/local/zy-pkgs/ffproot/after_booting.sh /etc/init.d/samba.sh restart /ffp/start/sshd.sh /ffp/etc/fun_plug.local -> here insert your startup commands /ffp/etc/rc /ffp/etc/rc /ffp/start/.sh #executed at least for shell logins /ffp/etc/profile /ffp/etc/profile.d/.sh
Compiling serf
#necesar lui SVN client NEW_BUILD_NAME=serf NEW_BUILD_VER=1.3.6 NEW_BUILD_NAME_AND_VER=$NEW_BUILD_NAME-$NEW_BUILD_VER ls -l /tmp/$NEW_BUILD_NAME- ls -l ~/ffp_0.7_armv5/packages/$NEW_BUILD_NAME- NEW_BUILD_NR=0 cd ~/compile svn co http://serf.googlecode.com/svn/tags/1.3.6/ $NEW_BUILD_NAME_AND_VER cd $NEW_BUILD_NAME_AND_VER #~/x.sh ffpg find . -type f ( -exec sed -i s/”\/usr\/bin\/perl”/”\/ffp\/bin\/perl”/g {} \; , -exec sed -i s/”\/usr\/bin\/python”/”\/ffp\/bin\/python”/g […]
Common steps/commands when building/compiling
These settings are (make sense) for NSA310 storage box with Fonz Fun Plug (FFP). # see also https://adrhc.go.ro/wordpress/configure-command-for-building-various-software/ export CFLAGS=”-march=armv5te -mfloat-abi=soft -mabi=aapcs-linux -fno-stack-protector -pthread -O2 -Wall -Wno-error” export BUILD_FLAGS=”$CFLAGS -I/ffp/include” unset LIBS export LDFLAGS=”-L/ffp/lib” export CPPFLAGS=”$BUILD_FLAGS” export CXXFLAGS=”$BUILD_FLAGS” NEW_BUILD_NAME=mpc […]
Configure command for building various software
#See https://adrhc.go.ro/wordpress/common-commands-when-building/ for building environment, x.sh script and other things not defined here. #Before compiling do declare the environment variables specified to the link above and prepare sources with ~/x.sh ffpg (or ~/x.sh ffpg-all if compilation fails). #urbackup-server-1.4.9 NEW_BUILD_NAME=urbackup-server NEW_BUILD_VER=1.4.9 […]