patch-Makefile 609 B

1234567891011121314151617181920
  1. --- dnsmasq-2.55.orig/Makefile 2010-06-06 21:22:30.000000000 +0200
  2. +++ dnsmasq-2.55/Makefile 2011-01-07 21:43:23.000000000 +0100
  3. @@ -13,7 +13,7 @@
  4. # You should have received a copy of the GNU General Public License
  5. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  6. -PREFIX = /usr/local
  7. +PREFIX = /usr
  8. BINDIR = ${PREFIX}/sbin
  9. MANDIR = ${PREFIX}/share/man
  10. LOCALEDIR = ${PREFIX}/share/locale
  11. @@ -24,7 +24,7 @@ MSGMERGE = msgmerge
  12. MSGFMT = msgfmt
  13. XGETTEXT = xgettext
  14. -CFLAGS = -Wall -W -O2
  15. +CFLAGS ?= -Wall
  16. #################################################################