Revision: 6508 http://ipcop.svn.sourceforge.net/ipcop/?rev=6508&view=rev Author: gespinasse Date: 2012-03-24 07:00:31 +0000 (Sat, 24 Mar 2012) Log Message: ----------- Using --prefix=/ result in double / in rpath, so adjust to --prefix= Setting prefix is required to avoid default value /usr/local prefix
Modified Paths: -------------- ipcop/trunk/lfs/procps Modified: ipcop/trunk/lfs/procps =================================================================== --- ipcop/trunk/lfs/procps 2012-03-23 21:32:25 UTC (rev 6507) +++ ipcop/trunk/lfs/procps 2012-03-24 07:00:31 UTC (rev 6508) @@ -90,7 +90,7 @@ cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1) cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch -p1 -i debian/patches/$$patch; done - cd $(DIR_APP) && ./configure --prefix=/ --disable-static --disable-nls + cd $(DIR_APP) && ./configure --prefix= --disable-static --disable-nls cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" # There is errors actually in 3.3.2, and still in git-2012-02-19 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn